summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-28 15:15:41 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-28 15:15:41 +0100
commit14453e17a8c8a50ff18673c2c9992329f9314d04 (patch)
tree02859f2af11e5047420ba54aa1faf3b03e30b07f /bin
parent4bb73ea2141a405c6c22ed273f92247df3e18b9f (diff)
Fix minor things
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"