mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
10 lines
252 B
Bash
10 lines
252 B
Bash
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
|