Update aliases

This commit is contained in:
Rob Watson 2022-12-26 07:29:04 +01:00
parent 2afd27fdea
commit b006d31263
1 changed files with 3 additions and 4 deletions

7
zshrc
View File

@ -98,6 +98,7 @@ alias kw="kubectl get events -w"
alias k9="kill -9" alias k9="kill -9"
alias ll="exa -l --group-directories-first --git" alias ll="exa -l --group-directories-first --git"
alias ls="exa --color=auto" alias ls="exa --color=auto"
alias mc="make check"
alias ng="noglob" alias ng="noglob"
alias pg="pgrep -fa" alias pg="pgrep -fa"
alias pk="pkill -fc" alias pk="pkill -fc"
@ -119,10 +120,8 @@ alias wg="sudo wg"
alias wgdown="sudo wgdown" alias wgdown="sudo wgdown"
alias wgup="sudo wgup" alias wgup="sudo wgup"
alias zzz="sudo systemctl hibernate" alias zzz="sudo systemctl hibernate"
# recursive grep with line numbers and colour, ignoring binary files: alias tp="telepresence"
alias gnr="grep -nR -I --color" alias tpl="telepresence list"
# same but case-insensitive:
alias gnri="grep -nRi -I --color"
# On boot, power on bluetooth and start xfce # On boot, power on bluetooth and start xfce
if [ $(tty) = "/dev/tty1" ]; then if [ $(tty) = "/dev/tty1" ]; then