Ensure iTerm2 utilities are in $PATH

We should probably have these managed within Nix instead, but this works for now.
This commit is contained in:
Spotlight 2024-08-14 13:42:22 -05:00
parent 7764583c47
commit 5840f8c7a4
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 12 additions and 9 deletions

View file

@ -66,6 +66,9 @@ in
source $HOME/.keysrc
fi
# Add iTerm2 utilities to our PATH.
export PATH="$HOME/.iterm2:$PATH"
# History search, but from beginning
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward