mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat: add support for tmux-nvr
This commit is contained in:
9
zshrc
9
zshrc
@@ -40,6 +40,13 @@ export PATH="$HOME/.rd/bin:$PATH"
|
||||
# Rust
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
# TMUX nvr
|
||||
if [ -n "$TMUX" ]; then
|
||||
eval "$(tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)"
|
||||
else
|
||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
||||
fi
|
||||
|
||||
# Conda
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
@@ -304,8 +311,8 @@ antigen bundle dotenv
|
||||
antigen bundle extract
|
||||
antigen bundle fzf
|
||||
antigen bundle gem
|
||||
antigen bundle git
|
||||
antigen bundle gh
|
||||
antigen bundle git
|
||||
antigen bundle git-extras
|
||||
antigen bundle gitignore
|
||||
antigen bundle gulp
|
||||
|
||||
Reference in New Issue
Block a user