From b006d3126306ae7b4593ffe352858b1e35eabfd0 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 26 Dec 2022 07:29:04 +0100 Subject: [PATCH] Update aliases --- zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zshrc b/zshrc index 4b214df..ae37b0c 100644 --- a/zshrc +++ b/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