From d8f4700538e8b7ac767daeaf13da9a119569a817 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 14 May 2025 16:41:07 -0300 Subject: zsh: 'tm' alias --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index a0773eb..07f6245 100644 --- a/.zshrc +++ b/.zshrc @@ -115,6 +115,12 @@ export PATH # //// aliases & non-script functions //////////////////////// // # +# -- cli shenanigans -- + +alias tm='tmux attach \; choose-tree -s && exit' + +# -- file management utilities -- + relink() { inode1=$(ls -i $1 | cut -d " " -f 1) && inode2=$(ls -i $2 | cut -d " " -f 1) && -- cgit 1.3.0-6-gf8a5