mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
zsh color support (#333)
This commit is contained in:
parent
bc51fed29b
commit
073ea66731
1 changed files with 8 additions and 0 deletions
8
.zshrc
Normal file
8
.zshrc
Normal 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
|
||||
Loading…
Reference in a new issue