aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-05-04 00:42:59 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-05-04 00:42:59 -0600
commit18e4d3d1a3bc683465350b0d0e3a3ba46dea5a22 (patch)
tree0777280afc5cf9170d432a0ce9665cf8db030e94 /bash/.bash/04-other.bash
parent8b4eb008dd96bfe3dee3a3c970f1a7cb8609114f (diff)
downloaddotfiles-18e4d3d1a3bc683465350b0d0e3a3ba46dea5a22.tar
dotfiles-18e4d3d1a3bc683465350b0d0e3a3ba46dea5a22.tar.gz
dotfiles-18e4d3d1a3bc683465350b0d0e3a3ba46dea5a22.tar.bz2
add new install script
Diffstat (limited to 'bash/.bash/04-other.bash')
-rw-r--r--bash/.bash/04-other.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash
index e69de29..bfc494c 100644
--- a/bash/.bash/04-other.bash
+++ b/bash/.bash/04-other.bash
@@ -0,0 +1,3 @@
+#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
+# exec tmux
+#fi