update shell config

This commit is contained in:
2026-07-26 20:20:46 +02:00
parent 64d53d6b8d
commit cdf5c6e541
8 changed files with 95 additions and 59 deletions
@@ -9,4 +9,5 @@
!10-sshs.zsh
!50-prompt.zsh
!60-alias.zsh
!60-direnv.zsh
!60-fetch.zsh
@@ -8,6 +8,8 @@ setopt HIST_IGNORE_DUPS HIST_SAVE_NO_DUPS HIST_FIND_NO_DUPS
setopt HIST_IGNORE_SPACE HIST_REDUCE_BLANKS INC_APPEND_HISTORY
setopt HIST_VERIFY
mkdir -p "${XDG_DATA_HOME:-$HOME/.local/share}/zsh"
# Shell options
setopt AUTO_CD EXTENDED_GLOB NOTIFY INTERACTIVE_COMMENTS
+1 -1
View File
@@ -59,7 +59,7 @@ uy_done_precmd() {
--urgency="$urgency" \
--icon=utilities-terminal \
--app-name=zsh \
"$title" "$wd/ $uy_done_cmd" &
"$title" "$wd/ $uy_done_cmd" & disown
}
autoload -Uz add-zsh-hook
@@ -0,0 +1,3 @@
if (( $+commands[direnv] )); then
eval "$(direnv hook zsh)"
fi