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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user