add zsh behavior to the env instead of profile, I want it everywhere

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-29 14:56:53 -05:00
parent 69f3a48313
commit bf63fb29cd
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
defaultKeymap = "emacs";
profileExtra = ''
envExtra = ''
# Make home/end and ctrl + left/right nav how I expect them to like in bash
bindkey "\e[1~" beginning-of-line
bindkey "\e[4~" end-of-line