feat(tmux): add new plugin and fix paths

This commit is contained in:
Stefan Imhoff
2022-12-24 14:16:11 +01:00
parent 8cb7e3b8db
commit e3804f74c5
3 changed files with 5 additions and 2 deletions

5
zshrc
View File

@@ -40,13 +40,16 @@ export PATH="$HOME/.rd/bin:$PATH"
# Rust
export PATH="$HOME/.cargo/bin:$PATH"
# TMUX nvr
# TMUX
if [ -n "$TMUX" ]; then
eval "$(tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)"
else
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
fi
export PATH=$HOME/.tmux/plugins/tmux-nvr/bin:$PATH
export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH
# Conda
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!