fixed tmux
This commit is contained in:
11
.zshrc
11
.zshrc
@@ -15,6 +15,17 @@ if [ ! -f "${ZINIT_HOME}/zinit.zsh" ]; then
|
||||
git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
||||
fi
|
||||
|
||||
# Download Tmux Plugin Manager
|
||||
TMUX_HOME="${HOME}/.config/tmux"
|
||||
|
||||
# Download Tmux plugin manager
|
||||
if [ ! -d "${TMUX_HOME}/plugins/tpm" ]; then
|
||||
mkdir -p "${TMUX_HOME}/plugins"
|
||||
git clone https://github.com/tmux-plugins/tpm $TMUX_HOME/plugins/tpm
|
||||
fi
|
||||
|
||||
tmux source ${TMUX_HOME}/tmux.conf
|
||||
|
||||
#extend path
|
||||
path=(~/bin $path)
|
||||
path=(~/.local/bin $path)
|
||||
|
||||
Reference in New Issue
Block a user