Removed unused aliases
This commit is contained in:
parent
676ccc82fd
commit
9696e3d8e9
|
@ -11,9 +11,6 @@ alias la="ls -lha $color_flag"
|
||||||
# Get the most recently modified object in the current directory.
|
# Get the most recently modified object in the current directory.
|
||||||
alias lf="ls -1tr | tail -n 1"
|
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.
|
# Goes to a temp folder. This will be deleted on restart.
|
||||||
alias _="cd `mktemp -d` ; "
|
alias _="cd `mktemp -d` ; "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user