summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-29 15:52:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-29 15:52:28 -0700
commitb0bcbc21aeee4e939f5d65a781de4d271d0b737a (patch)
treeedcce458657aeb7daf23c0cf99416a6a65fcc9df
parent2d25f1caf2b80b072d4319a1fdb9b28d5bd750c9 (diff)
downloaddotfiles-b0bcbc21aeee4e939f5d65a781de4d271d0b737a.tar.gz
set SHELL when starting irssi tmux
Else if this starts the tmux daemon for the first time, then other sessions (including 'default') will get /bin/sh not /bin/bash.
-rwxr-xr-xbin/ii2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ii b/bin/ii
index 5140f0a3..ac454eae 100755
--- a/bin/ii
+++ b/bin/ii
@@ -9,7 +9,7 @@ if [ "$(hostname -f)" = "athena.silentflame.com" ]; then
# if I change timezone, patch the following line on 'athena'
# branch of dotfiles repo; e.g. `TZ=Asia/Taipei`. Then in
# running session, do e.g. /script exec $ENV{'TZ'}='Asia/Taipei';
- TZ=MST tmux new-session -d -s irssi irssi
+ SHELL=/bin/bash TZ=MST tmux new-session -d -s irssi irssi
fi
# disable the status bar