mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
refactor: reorganize with some changes the docker images and manage.sh
This commit is contained in:
12
docker/devenv/files/bashrc
Normal file
12
docker/devenv/files/bashrc
Normal file
@@ -0,0 +1,12 @@
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
alias l='ls --color -GFlh'
|
||||
alias rm='rm -r'
|
||||
alias ls='ls --color -F'
|
||||
alias lsd='ls -d *(/)'
|
||||
alias lsf='ls -h *(.)'
|
||||
|
||||
export LEIN_FAST_TRAMPOLINE=y
|
||||
|
||||
export NVM_DIR="/home/uxbox/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
Reference in New Issue
Block a user