aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-11-12 18:20:45 -0700
commit6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch)
treecd8be50d6de47b383d814f66384cd1b83bf451f6 /bash/.bash/04-other.bash
parent1e0410734f651a0f2f391caf8c51b1e729960e66 (diff)
downloaddotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz
dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2
update dots + add some config files
Diffstat (limited to 'bash/.bash/04-other.bash')
-rw-r--r--bash/.bash/04-other.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash
index bfc494c..ac59c89 100644
--- a/bash/.bash/04-other.bash
+++ b/bash/.bash/04-other.bash
@@ -1,3 +1,3 @@
-#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
-# exec tmux
-#fi
+# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
+# exec tmux new-session -A -s ssh
+# fi