From ce07d4c3f62e4134b3869d02b091b911c40b945d Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Fri, 12 Jan 2024 22:53:56 -0500 Subject: fzf is love, fzf is life also some more twiddling with syntax and such --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 8455793..44bf192 100644 --- a/.zshrc +++ b/.zshrc @@ -127,7 +127,7 @@ for key ('k') bindkey -M vicmd ${key} history-substring-search-up for key ('j') bindkey -M vicmd ${key} history-substring-search-down unset key # }}} End configuration added by Zim install - +# alias cat=bat alias find=fd alias pls='sudo $(history -p !!)' @@ -139,7 +139,10 @@ export EDITOR=nvim source ~/functions/zig.sh source ~/functions/fzf.sh +source ~/.fzf/shell/completion.zsh +source ~/.fzf/shell/key-bindings.zsh if [[ -f "$HOME/.zig/env" ]]; then source ~/.zig/env fi + -- cgit v1.2.3-70-g09d2