mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 00:08:34 +02:00
Import docker related files.
This commit is contained in:
parent
de57630c14
commit
94aee02fb9
10 changed files with 1332 additions and 0 deletions
10
docker/files/bashrc
Normal file
10
docker/files/bashrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
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 NVM_DIR="/home/uxbox/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
Loading…
Add table
Add a link
Reference in a new issue