Update dotfiles (2026-04-09 18:42:45)

This commit is contained in:
2026-04-09 18:42:45 +02:00
parent ce95f16339
commit a08a6eaf4c
23 changed files with 273 additions and 196 deletions
+16 -10
View File
@@ -1,9 +1,9 @@
# _
# _______| |__ _ __ ___
# _
# _______| |__ _ __ ___
# |_ / __| '_ \| '__/ __|
# _ / /\__ \ | | | | | (__
# _ / /\__ \ | | | | | (__
# (_)___|___/_| |_|_| \___|
#
#
# -----------------------------------------------------
# ML4W zshrc loader
# -----------------------------------------------------
@@ -11,15 +11,15 @@
# DON'T CHANGE THIS FILE
# You can define your custom configuration by adding
# files in ~/.config/zshrc
# files in ~/.config/zshrc
# or by creating a folder ~/.config/zshrc/custom
# with copies of files from ~/.config/zshrc
# with copies of files from ~/.config/zshrc
# -----------------------------------------------------
(cat ~/.cache/wallust/sequences)
for f in ~/.config/zshrc/*; do
if [ ! -d $f ] ;then
c=`echo $f | sed -e "s=.config/zshrc=.config/zshrc/custom="`
(cat ~/.cache/zshell/sequences)
for f in ~/.config/zshrc/*; do
if [ ! -d $f ]; then
c=$(echo $f | sed -e "s=.config/zshrc=.config/zshrc/custom=")
[[ -f $c ]] && source $c || source $f
fi
done
@@ -35,3 +35,9 @@ export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
export MANPATH=$HOME/tools/ripgrep/doc/man:$MANPATH
export FPATH=$HOME/tools/ripgrep/complete:$FPATH
fpath+=~/.zfunc
autoload -Uz compinit
compinit
zstyle ':completion:*' menu select