Add l alias

This commit is contained in:
Alice Gaudon 2020-04-25 15:25:56 +02:00
parent 5a2f560f02
commit 2b16bdd4c7
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ set -x VISUAL $EDITOR
## Aliases ##
alias l='ls -la'
alias dotgit='git --git-dir=$HOME/dotfiles/ --work-tree=$HOME'
alias authy="/usr/bin/electron4 --app /usr/lib/authy/app.asar"