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:
parent
7764583c47
commit
5840f8c7a4
2 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue