diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bin/tmux_attach | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bin/tmux_attach b/bin/bin/tmux_attach index 564e3bb..151c1f8 100755 --- a/bin/bin/tmux_attach +++ b/bin/bin/tmux_attach @@ -6,4 +6,4 @@ SESSION=$(echo "$SESSIONS" | dmenu -i -p "Session:" | tr -d '[[:space:]]') [[ -n $SESSION ]] || exit -urxvt -e zsh -c "tmux new-session -A -s $SESSION" +urxvt -e zsh -c "source ~/.zshrc && tmux new-session -A -s $SESSION" |