« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
-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) &&