parent
bb680b3742
commit
5ff931065f
1 changed files with 4 additions and 2 deletions
|
@ -86,8 +86,10 @@ alias du='du -kh'
|
||||||
# Always wear a condom
|
# Always wear a condom
|
||||||
#
|
#
|
||||||
|
|
||||||
|
if [[ ${OSTYPE} == linux* ]]; then
|
||||||
alias chmod='chmod --preserve-root -v'
|
alias chmod='chmod --preserve-root -v'
|
||||||
alias chown='chown --preserve-root -v'
|
alias chown='chown --preserve-root -v'
|
||||||
|
fi
|
||||||
|
|
||||||
# not aliasing rm -i, but if safe-rm is available, use condom.
|
# not aliasing rm -i, but if safe-rm is available, use condom.
|
||||||
if (( ${+commands[safe-rm]} )); then
|
if (( ${+commands[safe-rm]} )); then
|
||||||
|
|
Loading…
Reference in a new issue