Handle zshrc when install

This commit is contained in:
clsty
2024-03-16 15:13:50 +08:00
parent be35243afb
commit c716eefd5a
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Created by newuser for 5.9
# Shortcuts
bindkey '^H' backward-kill-word
bindkey '^Z' undo
if test -f ~/.cache/ags/user/generated/terminal/sequences.txt; then
cat ~/.cache/ags/user/generated/terminal/sequences.txt
fi