merge yash into shell, Makefile: update dwm, st and other instalation

This commit is contained in:
2025-10-11 10:11:32 +02:00
parent ce19fa1371
commit d0e3bd71a4
3 changed files with 11 additions and 6 deletions

17
shell/.config/yash/rc Normal file
View File

@@ -0,0 +1,17 @@
# Firstly, load the common customization script.
. --autoload --no-alias initialization/common
LANG=pl_PL.UTF-8
set -o vi
[ -e ~/.config/shellconfig/aliases.sh ] && . ~/.config/shellconfig/aliases.sh
# Clear the screen with Ctrl-L.
bindkey --emacs '\^L' clear-and-redraw-all
bindkey --vi-insert '\^L' clear-and-redraw-all
bindkey --vi-command '\^L' clear-and-redraw-all
# And add your own customization below.
eval "$(zoxide init posix --hook prompt)"