X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshrc;h=86ecdf41006c67a2ea2df8f60e8f82528e6aab4f;hb=cbf14c3d5c62863426a65696d56ceaade8a7df13;hp=3f3d61b7a6731dfcd507a913ed02cdb74bbeb68d;hpb=ec16bafc180f13ef630aded210de373e8d40af5d;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 3f3d61b..86ecdf4 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -53,3 +53,9 @@ fi gpg-connect-agent updatestartuptty /bye > /dev/null + +bindkey '^R' history-incremental-search-backward + +if [[ -f ~/.shell_aliases ]]; then + source ~/.shell_aliases +fi