Improvde various configs

This commit is contained in:
Tobias Reisinger 2025-11-23 23:59:07 +01:00
parent 45e313a4ee
commit 94d9a1de9c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 9 additions and 3 deletions

View file

@ -123,5 +123,5 @@ export HISTFILE="$XDG_STATE_HOME/zsh_history"
source "$plugin_path/zsh-syntax-highlighting.sh"
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh --disable-up-arrow)"
[ -x "$(command -v atuin)" ] && eval "$(atuin init zsh)"
[ -x "$(command -v direnv)" ] && eval "$(direnv hook zsh)"