Comments and stuff

This commit is contained in:
James Patrick 2020-05-28 13:29:02 -04:00
parent 5d85602d49
commit ea936540b3
1 changed files with 5 additions and 0 deletions

View File

@ -8,11 +8,16 @@ alias ls="ls $color_flag"
alias l="ls -lh $color_flag"
alias la="ls -lha $color_flag"
# Get the most recently modified object in the current directory.
alias lf="ls -1tr | tail -n 1"
alias docker="sudo docker"
alias dc="sudo docker-compose"
# Goes to a temp folder. This will be deleted on restart.
alias tmp="cd $(mktemp -d)"
alias :q="exit"
# Because sometimes asking nicely gets things done.
alias please="sudo"