summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2025-03-02 12:27:19 +0400
committerAndrew Guschin <guschin@altlinux.org>2025-03-02 12:27:19 +0400
commitc7d3e200d112505550230618b6b061b1cc9d7b36 (patch)
tree504a3cfb5d3b8b40d6f0e26498a2a71366764d7a
parente9b2dcf8d1a2b057cf9260d6d7244640f3f8aa00 (diff)
feat: remove zellij and tmux from .zshrc, add bun completions
-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