mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 16:07: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")
|
||||
(
|
||||
cd
|
||||
ln -svf "$dotfile"
|
||||
ln -svf "$dotfile" .
|
||||
)
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue