This commit is contained in:
Johannes Findeisen 2025-07-23 02:18:15 +02:00
commit fcff8030dc
3 changed files with 3 additions and 23 deletions

View file

@ -11,7 +11,7 @@ us() {
fi
# Rename the window before running su
tmux rename-window "su-${target_user}"
tmux rename-window "su(${target_user})"
# Use "command su" to bypass the function if it exists
command su "$@"