summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-01-02 13:43:46 -0800
committerMike Crute <crutem@amazon.com>2019-01-02 13:43:46 -0800
commit621fbe94fa21dcbf4900163e9d87dfc4ed8869d7 (patch)
tree02ea9716115153a38d0c1cfc366e040749db4dcd /.bashrc
parentf158dbf3eecbfa03d5e9c527189b57ecc13fa8c9 (diff)
downloaddotfiles-621fbe94fa21dcbf4900163e9d87dfc4ed8869d7.tar.bz2
dotfiles-621fbe94fa21dcbf4900163e9d87dfc4ed8869d7.tar.xz
dotfiles-621fbe94fa21dcbf4900163e9d87dfc4ed8869d7.zip
Disable status in home window
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 723c2b4..ee23800 100644
--- a/.bashrc
+++ b/.bashrc
@@ -353,6 +353,8 @@ func_export vimgrep
353# 353#
354function tmux_session_home 354function tmux_session_home
355{ 355{
356 tmux set-option -t "$1" status off
357
356 tmux send-keys "hssh tun.home.crute.me" C-m 358 tmux send-keys "hssh tun.home.crute.me" C-m
357 tmux new-window -t "$1:1" 359 tmux new-window -t "$1:1"
358 360