Disable rm and rmr
This commit is contained in:
parent
215e03aa34
commit
dc44f2f398
6
aliases
6
aliases
|
@ -14,11 +14,13 @@ if [[ $platform == 'Linux' ]]; then
|
||||||
alias prr='pacman -Rdd'
|
alias prr='pacman -Rdd'
|
||||||
alias pss='sudo pacman -Syu'
|
alias pss='sudo pacman -Syu'
|
||||||
alias pu='yaourt -U'
|
alias pu='yaourt -U'
|
||||||
|
# TODO add a trash alias for trash-cli?
|
||||||
|
|
||||||
elif [[ $platform == 'Darwin' ]]; then
|
elif [[ $platform == 'Darwin' ]]; then
|
||||||
alias l='ls -laG'
|
alias l='ls -laG'
|
||||||
alias ls='ls -laG'
|
alias ls='ls -laG'
|
||||||
alias ll='ls -lG'
|
alias ll='ls -lG'
|
||||||
|
# TODO add a trash alias for trash-cli? or brew install rmtrash
|
||||||
|
|
||||||
elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare with wildcard
|
elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare with wildcard
|
||||||
alias python='winpty python.exe'
|
alias python='winpty python.exe'
|
||||||
|
@ -26,6 +28,7 @@ elif [[ "${platform,,}" == *'ming'* ]]; then # convert to lowercase then compare
|
||||||
|
|
||||||
alias l='ls -ahg --color'
|
alias l='ls -ahg --color'
|
||||||
alias ls='ls -ahg --color'
|
alias ls='ls -ahg --color'
|
||||||
|
alias trash='recycle-bin.exe '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias c='cd'
|
alias c='cd'
|
||||||
|
@ -107,7 +110,8 @@ function reload {
|
||||||
}
|
}
|
||||||
|
|
||||||
alias rl='reload'
|
alias rl='reload'
|
||||||
alias rmr='rm -rf'
|
alias rm='echo "use trash command instead!"'
|
||||||
|
alias rmr='echo "use trash command instead!"'
|
||||||
alias restart='sudo shutdown now -r'
|
alias restart='sudo shutdown now -r'
|
||||||
alias s='cd ~/.ssh'
|
alias s='cd ~/.ssh'
|
||||||
alias sc='vim ~/.ssh/config'
|
alias sc='vim ~/.ssh/config'
|
||||||
|
|
BIN
bin/recycle-bin.exe
Normal file
BIN
bin/recycle-bin.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user