aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-01-12 22:53:56 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-01-12 22:53:56 -0500
commitce07d4c3f62e4134b3869d02b091b911c40b945d (patch)
tree06fa4841ea73538eab900afa3e194318239709a5 /.zshrc
parent02e1c9be35e13e26b34bbfd680e18f3093ee2949 (diff)
fzf is love, fzf is life
also some more twiddling with syntax and such
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 4 insertions, 1 deletions
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
+