diff options
author | zachir <zachir@librem.one> | 2025-07-23 19:37:19 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-23 19:37:19 -0500 |
commit | 9ce6a17cbce659f78e839a84bbdf385fece9349c (patch) | |
tree | 87bc2308ff96f4ab5e27ab56553a18788fa49273 /zsh/.zshrc | |
parent | cd15b84a8f853075e33aad90d1393b4e68448bf7 (diff) | |
parent | 8888b075373c9126882a8b7c50a654fb663bd206 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -56,7 +56,9 @@ zle -N zle-line-init zle -N zle-keymap-select export KEYTIMEOUT=1 -#fpath+="$XDG_CONFIG_HOME/zsh/zfunc" +fpath+="$XDG_CONFIG_HOME/zsh/functions" + +autoload -Uz anonsh autoload -Uz compinit if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then |