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

Commit a31da22

Browse files
authored
Merge pull request #806 from m00nyONE/patch-2
fixing mistakes
2 parents d3752a3 + c52f345 commit a31da22

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extra/shellrc/.zshrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,12 @@ alias rm="rm -rfi"
191191
alias userlist="cut -d: -f1 /etc/passwd"
192192
alias ls="ls -CF --color=auto"
193193
alias lsl="ls -lhFA | less"
194-
alias fhere="find . -name "
195194
alias free="free -mt"
196195
alias du="du -ach | sort -h"
197196
alias ps="ps auxf"
198197
alias psgrep="ps aux | grep -v grep | grep -i -e VSZ -e"
199198
alias wget="wget -c"
200199
alias histg="history | grep"
201-
alias du="ncdu"
202200
alias myip="curl http://ipecho.net/plain; echo"
203201
alias logs="find /var/log -type f -exec file {} \; | grep 'text' | cut -d' ' -f1 | sed -e's/:$//g' | grep -v '[0-9]$' | xargs tail -f"
204202
alias folders='find . -maxdepth 1 -type d -print0 | xargs -0 du -sk | sort -rn'

0 commit comments

Comments
 (0)