diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-21 19:55:52 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-21 19:55:52 +0800 |
| commit | 6c21f866cb0355d57480d3e73275093a332c49ec (patch) | |
| tree | 3d5da0e1b4dd58d7f6816f9607b57bad2bffe17a /stowall | |
| parent | e4856abb3b865f605c227744ac282f331b5c8f93 (diff) | |
Change from Dotfiles to .dotfiles
Diffstat (limited to 'stowall')
| -rwxr-xr-x | stowall | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -DOTFILES_DIR="${1:-$HOME/Dotfiles}" +DOTFILES_DIR="${1:-$HOME/.dotfiles}" cd "$DOTFILES_DIR" |
