Change aliases

This commit is contained in:
Michael Campagnaro 2017-11-20 21:38:59 -05:00
parent 81b602c2f6
commit a4769f1909

View File

@ -28,6 +28,8 @@ elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare
alias l='ls -ahg --color'
alias ls='ls -ahg --color'
alias rm='echo "use trash command instead!"'
alias rmr='echo "use trash command instead!"'
alias trash='recycle-bin.exe '
alias tt='trash '
fi
@ -110,8 +112,6 @@ function reload {
}
alias rl='reload'
alias rm='echo "use trash command instead!"'
alias rmr='echo "use trash command instead!"'
alias restart='sudo shutdown now -r'
alias s='cd ~/.ssh'
alias sc='vim ~/.ssh/config'