diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -65,14 +65,8 @@ set_prompt() { } set_prompt -source $HOME/.zprofile +# bun completions +source $BUN_INSTALL/_bun -# if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then -# # zellij -# # TERM="screen-256color" && exec tmux -# # exec tmux -# fi +source $HOME/.zprofile -if command -v zellij &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$ZELLIJ" ] && [ -z "$EMACS" ]; then - exec zellij -fi |