mirror of
https://github.com/penpot/penpot.git
synced 2025-05-03 10:55:54 +02: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 *(.)'
|