diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2025-03-02 12:27:19 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2025-03-02 12:27:19 +0400 |
| commit | c7d3e200d112505550230618b6b061b1cc9d7b36 (patch) | |
| tree | 504a3cfb5d3b8b40d6f0e26498a2a71366764d7a | |
| parent | e9b2dcf8d1a2b057cf9260d6d7244640f3f8aa00 (diff) | |
feat: remove zellij and tmux from .zshrc, add bun completions
| -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 |