« get me outta code hell

zsh: 'tm' alias - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-14 16:41:07 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-16 10:39:51 -0300
commitd8f4700538e8b7ac767daeaf13da9a119569a817 (patch)
treef26b1c6773668e2446282f7e5824db8ce559fafd
parentff92128df187172e6bc75fa4865b884c4a27956c (diff)
zsh: 'tm' alias
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a0773eb..07f6245 100644
--- a/.zshrc
+++ b/.zshrc
@@ -115,6 +115,12 @@ export PATH
 
 # //// aliases & non-script functions //////////////////////// <alias-fns> // #
 
+# -- 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) &&