Aggiustamenti per zsh.
This commit is contained in:
parent
383df69b7b
commit
23343af106
2 changed files with 3 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -22,6 +22,9 @@ fi
|
|||
if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then
|
||||
source /usr/share/zsh-antidote/antidote.zsh
|
||||
fi
|
||||
if [[ -f ${HOME}/.zsh/antidote/antidote.zsh ]]; then
|
||||
source ${HOME}/.zsh/antidote/antidote.zsh
|
||||
fi
|
||||
|
||||
# configuring fzf plugin for tmux
|
||||
export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue