Renamed long dotfiles to dfm (dotfiles manager)

This commit is contained in:
2022-12-11 17:32:19 +02:00
parent d5757d231f
commit 4baabbdd5d
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#
# shellcheck source-path=$HOME/.dotfiles/local/bin
#
# Helper variables, override with ENVs like `VERBOSE=1 dotfiles help`
# Helper variables, override with ENVs like `VERBOSE=1 dfm help`
: "${VERBOSE:=0}"
: "${DOTFILES:=$HOME/.dotfiles}"
: "${INSTALL_SCRIPT:=$DOTFILES/scripts/install.sh}"