mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(tmux): add new plugin and fix paths
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
/Users/kogakure/.tmux/plugins/tmux-nvr
|
|
||||||
@@ -140,6 +140,7 @@ set -g @plugin 'akohlbecker/aw-watcher-tmux'
|
|||||||
set -g @plugin 'jbnicolai/tmux-fpp' # f
|
set -g @plugin 'jbnicolai/tmux-fpp' # f
|
||||||
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
|
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
|
||||||
set -g @plugin 'wfxr/tmux-fzf-url' # u
|
set -g @plugin 'wfxr/tmux-fzf-url' # u
|
||||||
|
set -g @plugin 'joshmedeski/t-smart-tmux-session-manager'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
5
zshrc
5
zshrc
@@ -40,13 +40,16 @@ export PATH="$HOME/.rd/bin:$PATH"
|
|||||||
# Rust
|
# Rust
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# TMUX nvr
|
# TMUX
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
eval "$(tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)"
|
eval "$(tmux show-environment -s NVIM_LISTEN_ADDRESS 2> /dev/null)"
|
||||||
else
|
else
|
||||||
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export PATH=$HOME/.tmux/plugins/tmux-nvr/bin:$PATH
|
||||||
|
export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH
|
||||||
|
|
||||||
# Conda
|
# Conda
|
||||||
# >>> conda initialize >>>
|
# >>> conda initialize >>>
|
||||||
# !! Contents within this block are managed by 'conda init' !!
|
# !! Contents within this block are managed by 'conda init' !!
|
||||||
|
|||||||
Reference in New Issue
Block a user