mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
7 lines
173 B
Bash
7 lines
173 B
Bash
export PATH=$HOME/.local/bin:/usr/local/nodejs/bin:$PATH
|
|
|
|
alias l='ls --color -GFlh'
|
|
alias rm='rm -r'
|
|
alias ls='ls --color -F'
|
|
alias lsd='ls -d *(/)'
|
|
alias lsf='ls -h *(.)'
|