This commit is contained in:
Jonas Forsberg
2021-11-12 13:46:32 +01:00
parent 203e43863d
commit 00b4e97c83
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ function dotf(){
/usr/bin/git --git-dir="$HOME"/.dotfiles --work-tree="$HOME" "$@"
}
dotfiles_status(){
status_dotfiles(){
case $1 in
check_error)
result="$(/usr/bin/git --git-dir="$HOME"/.dotfiles --work-tree="$HOME" status --short 2> /dev/null)"