Aggiustamenti per zsh.
This commit is contained in:
parent
383df69b7b
commit
23343af106
@ -1,6 +1,5 @@
|
||||
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||
ohmyzsh/ohmyzsh path:plugins/common-aliases
|
||||
ohmyzsh/ohmyzsh path:plugins/copyfile
|
||||
ohmyzsh/ohmyzsh path:plugins/fzf
|
||||
ohmyzsh/ohmyzsh path:plugins/git
|
||||
ohmyzsh/ohmyzsh path:plugins/pip
|
||||
|
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…
Reference in New Issue
Block a user