update zsh config

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)

Detailed changes

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