1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-05-29 22:51:35 +02:00

Shell: Fixed minor typos in shell scripts

This commit is contained in:
2026-05-23 23:22:23 +02:00
parent e32eb6eebd
commit d06a7bddf4
2 changed files with 6 additions and 6 deletions

View File

@@ -394,7 +394,7 @@ autoload -Uz compinit && compinit
# open shell with tmux always
if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then
tmux attack-session -t $USER || tmux new-session -s $USER
tmux attach-session -t $USER || tmux new-session -s $USER
fi
# thefuck