1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-19 00:17:59 +00:00

fixed SC2226

This commit is contained in:
Nebel 2022-04-25 19:19:52 +09:00
parent f47532e49e
commit efcd77160c

View file

@ -8,6 +8,6 @@ for dotfile in .*; do
dotfile=$(realpath "$dotfile") dotfile=$(realpath "$dotfile")
( (
cd cd
ln -svf "$dotfile" ln -svf "$dotfile" .
) )
done done