summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bin/tmux_attach2
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"