Move dotfiles directory from toplevel of /home to .dotfiles

This commit is contained in:
2024-09-04 22:00:50 -07:00
parent 9dfc96b92b
commit d0e2a4c4e8
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ lsbin() {
# Use GNU long flags
stow-config() {
local dotfile_dir="${HOME}/Dotfiles"
local dotfile_dir="${HOME}/.dotfiles"
for conf in "${@}"; do
if [[ -n ${conf} ]]; then