summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc12
1 files changed, 3 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 249eb15..16e3a9e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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