Skip to content

Instantly share code, notes, and snippets.

@ptavares
Last active January 27, 2016 14:56
Show Gist options
  • Save ptavares/7cbfc86aa01bc2bdeba6 to your computer and use it in GitHub Desktop.
Save ptavares/7cbfc86aa01bc2bdeba6 to your computer and use it in GitHub Desktop.
#color
LS_COLORS=$LS_COLORS:'di=0;35:'
export LS_COLORS
alias la='ls -la'
alias lla='ls -lrta'
alias ll='ls -lrt'
alias ..='cd ..'
alias pss='ps -edf|grep '
alias vi='vim'
alias su='sesudo SU-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment