diff options
Diffstat (limited to 'bin/.local')
-rwxr-xr-x | bin/.local/bin/tmux_attach | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/tmux_attach b/bin/.local/bin/tmux_attach index b7e7ce9..af768ea 100755 --- a/bin/.local/bin/tmux_attach +++ b/bin/.local/bin/tmux_attach @@ -18,4 +18,4 @@ grep -Fxq "$SESSION" <(echo "$TMUXINATOR") \ && COMMAND="tmuxinator start $SESSION" \ || COMMAND="tmux new-session -A -s $SESSION" -exec urxvt -e zsh -c "$COMMAND" +exec alacritty -e zsh -c "$COMMAND" |