Aggiustamenti per zsh.

This commit is contained in:
Emiliano Vavassori 2024-10-01 00:17:58 +02:00
parent 383df69b7b
commit 23343af106
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,5 @@
ohmyzsh/ohmyzsh path:plugins/command-not-found ohmyzsh/ohmyzsh path:plugins/command-not-found
ohmyzsh/ohmyzsh path:plugins/common-aliases ohmyzsh/ohmyzsh path:plugins/common-aliases
ohmyzsh/ohmyzsh path:plugins/copyfile
ohmyzsh/ohmyzsh path:plugins/fzf ohmyzsh/ohmyzsh path:plugins/fzf
ohmyzsh/ohmyzsh path:plugins/git ohmyzsh/ohmyzsh path:plugins/git
ohmyzsh/ohmyzsh path:plugins/pip ohmyzsh/ohmyzsh path:plugins/pip

3
zshrc
View File

@ -22,6 +22,9 @@ fi
if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then if [[ -f /usr/share/zsh-antidote/antidote.zsh ]]; then
source /usr/share/zsh-antidote/antidote.zsh source /usr/share/zsh-antidote/antidote.zsh
fi fi
if [[ -f ${HOME}/.zsh/antidote/antidote.zsh ]]; then
source ${HOME}/.zsh/antidote/antidote.zsh
fi
# configuring fzf plugin for tmux # configuring fzf plugin for tmux
export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf export ZSH_TMUX_CONFIG=${HOME}/.config/tmux/tmux.conf