mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.
This commit is contained in:
parent
22a102fb97
commit
a236d4b122
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231
@ -27,6 +27,8 @@ 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…
Reference in New Issue
Block a user