Aggiustati parametri per tmux.
This commit is contained in:
parent
84a0e55248
commit
a7c0d9592d
@ -38,7 +38,7 @@ fi
|
|||||||
if [[ ! -f "$HOME/.tmux.conf" ]]; then
|
if [[ ! -f "$HOME/.tmux.conf" ]]; then
|
||||||
mkdir -p ${HOME}/.config/tmux/plugins
|
mkdir -p ${HOME}/.config/tmux/plugins
|
||||||
git clone https://github.com/tmux-plugins/tpm ${HOME}/.config/tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ${HOME}/.config/tmux/plugins/tpm
|
||||||
ln -sf "${DOTFILES}/tmux.conf" "$HOME/.tmux.conf"
|
ln -sf "${DOTFILES}/tmux.conf" "$HOME/.config/tmux/tmux.conf"
|
||||||
echo "Please, open Tmux and run 'prefix I'."
|
echo "Please, open Tmux and run 'prefix I'."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ set -g @tmux_power_time_format '%H:%M'
|
|||||||
set -g @tmux_power_date_icon ''
|
set -g @tmux_power_date_icon ''
|
||||||
set -g @tmux_power_time_icon ''
|
set -g @tmux_power_time_icon ''
|
||||||
|
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
@ -26,7 +26,7 @@ fi
|
|||||||
# systems without the proper terminfo
|
# systems without the proper terminfo
|
||||||
: ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=screen-256color}
|
: ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=screen-256color}
|
||||||
# Set the configuration path
|
# Set the configuration path
|
||||||
: ${ZSH_TMUX_CONFIG:=$HOME/.tmux.conf}
|
: ${ZSH_TMUX_CONFIG:=$HOME/.config/tmux/tmux.conf}
|
||||||
# Set -u option to support unicode
|
# Set -u option to support unicode
|
||||||
: ${ZSH_TMUX_UNICODE:=false}
|
: ${ZSH_TMUX_UNICODE:=false}
|
||||||
|
|
||||||
|
1
zshrc
1
zshrc
@ -25,6 +25,7 @@ done
|
|||||||
|
|
||||||
# EDITOR
|
# EDITOR
|
||||||
export EDITOR="/usr/bin/vim"
|
export EDITOR="/usr/bin/vim"
|
||||||
|
export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf
|
||||||
|
|
||||||
# FZF default options
|
# FZF default options
|
||||||
[ -x `which fzf 2>/dev/null` ] && export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark"
|
[ -x `which fzf 2>/dev/null` ] && export FZF_DEFAULT_OPTS="--multi --no-mouse --ansi --color=dark"
|
||||||
|
Loading…
Reference in New Issue
Block a user