aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-04-03 00:21:28 -0400
committerAlec Goncharow <alec@goncharow.dev>2024-04-03 00:21:28 -0400
commit392f7073fecce12541938a70a93b2d2dd61ce35b (patch)
tree24c6d9cc2e3b4abb045e5c072503d3c6681edd35 /.zshrc
parenta9c559f9fc070985db26e820f352395d75569eb8 (diff)
Wranglin
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7a7e294..baed47e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -142,6 +142,11 @@ export MANWIDTH=80
source ~/functions/zig.sh
source ~/functions/fzf.sh
+
+# https://stackoverflow.com/a/14307127/11015039
+alias git=safegit
+compdef safegit=git
+
source ~/.fzf/shell/completion.zsh
source ~/.fzf/shell/key-bindings.zsh
fpath=(~/code/github/zig/shell-completions $fpath)