From c7d3e200d112505550230618b6b061b1cc9d7b36 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 2 Mar 2025 12:27:19 +0400 Subject: feat: remove zellij and tmux from .zshrc, add bun completions --- .zshrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.zshrc') 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 -- cgit v1.2.3