Combine 'notes' tmux session into 'hub'

This commit is contained in:
2026-03-12 15:27:44 -05:00
parent b9960cda51
commit fddf0392dd
3 changed files with 9 additions and 3 deletions

View File

@@ -25,7 +25,6 @@ tmux_target_path=''
if [[ $tmux_target_path = "." ]]; then tmux_target_name=$(basename $(pwd)) && tmux_target_path=$(pwd);
elif [[ $tmux_target_path = "hub" ]]; then tmux_target_name="hub" && tmux_target_path="$HOME";
elif [[ $tmux_target_path = "notes" ]]; then tmux_target_name="notes" && tmux_target_path="$DIR_NOTES";
elif [[ -n $tmux_target_path ]]; then tmux_target_name=$(basename "$tmux_target_path" | tr . _);
fi