1
1
Fork 0

git may not be installed in alias dir on bsd unix

This commit is contained in:
Kenwood 2021-06-18 16:21:51 -04:00
parent 842a2b11dd
commit e46005a572
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# This line allows the word 'custom' to specify the dotfiles bare git repo # 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' to 'sudo' cuz of this meme https://www.memesmonkey.com/topic/linux#&gid=1&pid=10
alias fucking=sudo alias fucking=sudo