mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-12-12 00:56:55 +00:00
Compare commits
No commits in common. "1e3b187d27091784d404523e2f4aa0a1480913cf" and "bbb8e9f79dddc856133064059bb2e70d7b421911" have entirely different histories.
1e3b187d27
...
bbb8e9f79d
2 changed files with 1 additions and 13 deletions
|
|
@ -57,8 +57,3 @@ setopt EXTENDED_HISTORY
|
|||
# beep in ZLE when a widget attempts to access a history entry which isn’t 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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue