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