diff options
author | David Runge <david.runge@frqrec.com> | 2014-05-13 11:50:55 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-05-13 11:50:55 +0200 |
commit | b750756d7f8d412fc411d1605b724cc7d7e25cf2 (patch) | |
tree | f0f2d939670c23d798ad66ec3f0148bd3296dae8 /bin | |
parent | 2f7990484a94692f42b7f334868b207e41392e95 (diff) | |
download | dotfiles-b750756d7f8d412fc411d1605b724cc7d7e25cf2.tar.gz dotfiles-b750756d7f8d412fc411d1605b724cc7d7e25cf2.tar.bz2 dotfiles-b750756d7f8d412fc411d1605b724cc7d7e25cf2.tar.xz dotfiles-b750756d7f8d412fc411d1605b724cc7d7e25cf2.zip |
Switching to hostname command instead of echo HOST in irssi setup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/irssi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # Script to start irssi within tmux with attached Nicklist in vertical split on right side -if [[ "$HOSTNAME" == *giev* ]]; then +if [[ $(hostname) == *frqrec* ]]; then tmux splitw -h -p 10 tmux send-keys "cat ~/.irssi/nicklistfifo" C-m tmux selectp -L |