Updated zshrc

This commit is contained in:
LLM user
2025-03-13 14:03:03 -07:00
parent b990b540ab
commit c9858f8bc8
3 changed files with 8 additions and 2 deletions

View File

@@ -98,7 +98,13 @@ eval $(thefuck --alias fk)
zinit light Aloxaf/fzf-tab
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
if [[ $(uname) == "Darwin" ]]; then
source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
elif [[ $(uname) == "Linux" ]]; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
fi
bindkey '^[[B' history-search-forward
bindkey '^[[A' history-search-backward