bash: add aliases

This commit is contained in:
masterzu 2016-11-15 12:01:21 +01:00
parent 2910a26a6b
commit 19ba4e8b80
1 changed files with 5 additions and 0 deletions

View File

@ -93,3 +93,8 @@ fi
# dhelp browser # dhelp browser
export BROWSER=google-chrome export BROWSER=google-chrome
# aliases
alias ls='ls -F --color'
alias l='ls -l'
alias ll='ls -al'
alias sc=screen