Remove useless alias

This commit is contained in:
Marco Thomas
2021-08-01 10:21:49 +02:00
parent 68deaedf91
commit 8a455dec36

View File

@@ -50,12 +50,6 @@ if command -v rg &> /dev/null; then
alias grep="rg" alias grep="rg"
fi fi
if command -v btm &> /dev/null; then
alias top="btm"
alias htop="btm"
fi
alias s="cd ~/scripts/"
alias c='clear' alias c='clear'
alias l='ls -lFh' #size,show type,human readable alias l='ls -lFh' #size,show type,human readable