Remove some unused aliases

This commit is contained in:
Danielle McLean 2023-10-16 13:18:47 +11:00
parent 9464a3cfc6
commit 88a40da33c
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -6,21 +6,18 @@ fi
if (( $+commands[lsd] )); then
alias ls=lsd
alias tree='lsd --tree'
else
alias ls='ls -F --color=auto'
fi
alias lsl='ls -lh'
alias grep='grep --color=auto'
alias egrep='egrep --color=auto'
alias pseudo=sudo
if (( $+commands[xdg-open] )); then
alias ]=xdg-open
else
alias ]=open
fi
alias cdu=cd-gitroot
# make sure ELinks can detect when it's in tmux
alias elinks="STY= elinks"
alias bubectl="HTTPS_PROXY=localhost:8888 kubectl"