merge yash into shell, Makefile: update dwm, st and other instalation
This commit is contained in:
3
shell/.config/yash/profile
Normal file
3
shell/.config/yash/profile
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -e ~/.profile ] && . ~/.profile
|
||||
17
shell/.config/yash/rc
Normal file
17
shell/.config/yash/rc
Normal 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)"
|
||||
Reference in New Issue
Block a user