From 392f7073fecce12541938a70a93b2d2dd61ce35b Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Wed, 3 Apr 2024 00:21:28 -0400 Subject: Wranglin --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.zshrc') 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) -- cgit v1.2.3-70-g09d2