Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit ebf93e9

Browse files
authored
Merge pull request #813 from JustMeErazem/master
Remove broken 'du' alias
2 parents 4c86421 + f949e68 commit ebf93e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extra/shellrc/.bashrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ alias mkdir="mkdir -pv"
5656
alias userlist="cut -d: -f1 /etc/passwd"
5757
alias fhere="find . -name "
5858
alias free="free -mt"
59-
alias du="du -ach | sort -h"
6059
alias ps="ps auxf"
6160
alias psgrep="ps aux | grep -v grep | grep -i -e VSZ -e"
6261
alias wget="wget -c"

0 commit comments

Comments
 (0)