From 9352b240b4406fdecc5331bc4f5c95eff5badcde Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 10 Sep 2025 00:37:51 +0200 Subject: [PATCH] Added home up to .zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index c6b0d863..5c94de28 100644 --- a/.zshrc +++ b/.zshrc @@ -25,6 +25,8 @@ for function in ~/.zsh/functions.d/*.sh; do source $function done +home up + # Update tmux window title to the current running command. if [ -n "$TMUX" ]; then function preexec() {