Added home up to .zshrc

This commit is contained in:
Johannes Findeisen 2025-09-10 00:37:51 +02:00
commit 9352b240b4

2
.zshrc
View file

@ -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() {