Skip to content

Commit

Permalink
Fix history search on homelab
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Oct 27, 2024
1 parent 7e23377 commit 0a90d4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions files/private_dot_config/zsh/config/05-autocomplete.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ fi
# Source zsh-autocomplete
# https://github.com/marlonrichert/zsh-autocomplete
if [[ -e "$HOME/.cache/zsh/external/zsh-autocomplete/zsh-autocomplete.plugin.zsh" ]]; then
if is_linux; then
export skip_global_compinit=1
fi
source "$HOME/.cache/zsh/external/zsh-autocomplete/zsh-autocomplete.plugin.zsh" || true
fi

0 comments on commit 0a90d4c

Please sign in to comment.