mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor(bootstrap): Format with shfmt
This commit is contained in:
parent
f015467b1b
commit
0ce74497cd
21 changed files with 271 additions and 377 deletions
|
|
@ -4,7 +4,7 @@ set -e # Exit immediately if a command exits with a non-zero status
|
|||
typeset -A linkDots
|
||||
|
||||
# 从通用配置文件加载
|
||||
source "$DOTFILES/bootstrap/components/symlinks.sh"
|
||||
source "$DOTFILES/bootstrap/components/symlinks.bash"
|
||||
|
||||
echo "[INFO] DOTFILES = $DOTFILES"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue