0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/docker/devenv/files/bashrc

8 lines
173 B
Bash
Raw Normal View History

export PATH=$HOME/.local/bin:/usr/local/nodejs/bin:$PATH
2016-11-20 20:08:24 +01:00
alias l='ls --color -GFlh'
alias rm='rm -r'
alias ls='ls --color -F'
alias lsd='ls -d *(/)'
alias lsf='ls -h *(.)'