This commit is contained in:
eneller
2025-02-18 19:56:39 +01:00
parent 0c23654196
commit 0f3d823820
5 changed files with 78 additions and 3 deletions

1
.zshrc
View File

@@ -16,6 +16,7 @@ source $XDG_CONFIG_HOME/shell/alias.sh
#unsetopt beep # try disabling annoying beep sounds
setopt nobeep
xset b off
fpath+=~/.zfunc # add custom completions here
autoload -Uz compinit # load completion
compinit
_comp_options+=(globdots) # Include hidden files.