mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-19 00:17:59 +00:00
fixed SC2226
This commit is contained in:
parent
f47532e49e
commit
efcd77160c
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -8,6 +8,6 @@ for dotfile in .*; do
|
||||||
dotfile=$(realpath "$dotfile")
|
dotfile=$(realpath "$dotfile")
|
||||||
(
|
(
|
||||||
cd
|
cd
|
||||||
ln -svf "$dotfile"
|
ln -svf "$dotfile" .
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue