fixed tmux
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set-option -g status-position top
|
||||
# set-option -g status-position top
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.config/zinit**
|
||||
.config/tmux/plugins**
|
||||
|
||||
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