diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 8aaefff9326bbb31ae81e71282dff15df6583ea8..377f4ff49c098d59eca051a4b543f227a5e77545 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -155,14 +155,8 @@ export OPENAI_API_KEY="{{- .openai_api_key -}}" source /usr/share/z/z.sh # Integrate FZF -#source /usr/share/fzf/key-bindings.zsh -#source /usr/share/fzf/completion.zsh - -# Use atuin instead of FZF -source "$XDG_CONFIG_HOME/zsh/init/atuin.zsh" - -# Conda crap -[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh +source /usr/share/fzf/key-bindings.zsh +source /usr/share/fzf/completion.zsh # Ranger conf export RANGER_LOAD_DEFAULT_RC=false @@ -230,7 +224,6 @@ zstyle :compinstall filename '/home/amolith/.config/zsh/.zshrc' source $XDG_CONFIG_HOME/zsh/completions/charm.zsh source $XDG_CONFIG_HOME/zsh/completions/starship.zsh source $XDG_CONFIG_HOME/zsh/completions/antidot.zsh -source $XDG_CONFIG_HOME/zsh/completions/atuin.zsh fpath=($XDG_CONFIG_HOME/zsh/completions/ $fpath) # Configure history file @@ -238,9 +231,6 @@ export HISTFILE="$XDG_STATE_HOME"/zsh/history export HISTSIZE=1000000 export SAVEHIST=1000000 -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down - autoload -Uz compinit && compinit autoload -U +X bashcompinit && bashcompinit