Compare commits

...

2 Commits

5
zshrc
View File

@ -41,11 +41,12 @@ fi
# Plugins
for plugin in `find $DOTFILES/zsh/plugins -type f -iname \*.plugin.zsh -print`; do
if [ -f /etc/redhat-release ]; then
if [ "${plugin}" != 'fzf.plugin.zsh' ]; then
if [ "$(basename ${plugin})" != 'fzf.plugin.zsh' ]; then
source $plugin
fi
else
source $plugin
fi
source $plugin
done
# EDITOR