From 23343af1064660dbe68694dca9f907be7f5acc56 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Tue, 1 Oct 2024 00:17:58 +0200 Subject: [PATCH] Aggiustamenti per zsh. --- zsh/antibody_plugins.txt | 1 - zshrc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/antibody_plugins.txt b/zsh/antibody_plugins.txt index 620c39b..97afe2e 100644 --- a/zsh/antibody_plugins.txt +++ b/zsh/antibody_plugins.txt @@ -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 diff --git a/zshrc b/zshrc index 9cbcd10..ceb9735 100644 --- a/zshrc +++ b/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