Removed aliases of df -> df -k and du -> du -k, as the k option is not
supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect.
This commit is contained in:
parent
e20f62775f
commit
30c9ac0b78
@ -27,8 +27,6 @@ alias pd pushd
|
||||
alias pd2 pushd +2
|
||||
alias pd3 pushd +3
|
||||
alias pd4 pushd +4
|
||||
alias df df -k
|
||||
alias du du -k
|
||||
alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
|
||||
|
||||
if ($?prompt) then
|
||||
|
Loading…
x
Reference in New Issue
Block a user