diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-01-12 22:53:56 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-01-12 22:53:56 -0500 |
| commit | ce07d4c3f62e4134b3869d02b091b911c40b945d (patch) | |
| tree | 06fa4841ea73538eab900afa3e194318239709a5 /.zshrc | |
| parent | 02e1c9be35e13e26b34bbfd680e18f3093ee2949 (diff) | |
fzf is love, fzf is life
also some more twiddling with syntax and such
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 + |
