Browse Source

path fix for tmux.zsh

master
Dirk Alders 1 year ago
parent
commit
fbd5fa6f1f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      zshrc.d/__available__/tmux.zsh

+ 1
- 1
zshrc.d/__available__/tmux.zsh View File

@@ -1,4 +1,4 @@
1 1
 if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
2
-  exec tmux_default
2
+  exec ~/bin/tmux_default
3 3
 fi
4 4
 

Loading…
Cancel
Save