From e46005a572a4317a9b5b005f80361beb39de98e5 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 18 Jun 2021 16:21:51 -0400 Subject: [PATCH] git may not be installed in alias dir on bsd unix --- .oh-my-zsh/custom/custom_alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oh-my-zsh/custom/custom_alias.zsh b/.oh-my-zsh/custom/custom_alias.zsh index f8ac471..a4f4f55 100644 --- a/.oh-my-zsh/custom/custom_alias.zsh +++ b/.oh-my-zsh/custom/custom_alias.zsh @@ -1,5 +1,5 @@ # This line allows the word 'custom' to specify the dotfiles bare git repo -alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' # Alias 'fucking' to 'sudo' cuz of this meme https://www.memesmonkey.com/topic/linux#&gid=1&pid=10 alias fucking=sudo