Compare commits

..

No commits in common. "1e3b187d27091784d404523e2f4aa0a1480913cf" and "bbb8e9f79dddc856133064059bb2e70d7b421911" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View file

@ -57,8 +57,3 @@ setopt EXTENDED_HISTORY
# beep in ZLE when a widget attempts to access a history entry which isnt there
unsetopt HIST_BEEP
# Auto-create the histfile cache directory if it doesn't yet exist
if [ ! -d "$(dirname "$HISTFILE")" ]; then
mkdir -p "$(dirname "$HISTFILE")"
touch "$HISTFILE"
fi

View file

@ -1,12 +1,5 @@
ZGENOM_DIR="${ZDOTDIR}/.zgenom"
# Clone zgenom if it's not present yet
if [[ ! -d "$ZGENOM_DIR" ]]; then
git clone https://github.com/jandamm/zgenom "$ZGENOM_DIR"
fi
# Load zgenom (plugin manager for ZSH)
source "${ZGENOM_DIR}/.zgenom/zgenom.zsh"
source "${ZDOTDIR}/.zgenom/zgenom.zsh"
# Check for zgenom updates
# This does not increase startup time