Compare commits

..

No commits in common. "08fdc8396cb98458d2365a190ab830ec05764816" and "76d3317ef4f4d97d555e213b4914a23fcb101b1f" have entirely different histories.

5
zshrc
View file

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