From e8480ea3e9500b38d90842c276d48a4b2e2a6d80 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sat, 4 Mar 2023 15:34:02 -0500 Subject: [PATCH] Make sure pi has the alias ~ta~ --- zshrc.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.org b/zshrc.org index c6eb0e3..0d3f282 100644 --- a/zshrc.org +++ b/zshrc.org @@ -427,6 +427,7 @@ This needs to be diff'd among the versions alias xou="source /home/jacopods/scripts/setwacom.sh;/home/jacopods/clones/xournalpp/build/xournalpp" alias xmp="/home/jacopods/clones/xmp-cli/src/xmp" alias alexa="/home/jacopods/clones/alexa-remote-control/alexa_remote_control.sh" + alias ta="tmux attach" #+end_src **** Aliases for the pi :pi: #+begin_src sh @@ -451,7 +452,7 @@ technique alias android-kbd="android-remote-keyboard" alias dock="~/scripts/dock-a3.sh" #+end_src -*** Misc helpers +*** Misc helpers :daily: #+begin_src sh alias K=/home/jacopods/tmp/keymaps/remap-keyboard @@ -459,7 +460,6 @@ technique alias sl=' exa' # a frequent typo alias c=' cd' alias cd=' cd' - alias ta="tmux attach" alias o="xdg-open"