1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-18 16:11:16 +00:00
dotfiles/.symlinks
2019-04-03 22:48:34 -04:00

6 lines
94 B
Fish
Executable file

#!/usr/bin/fish
for i in Downloads Music Pictures Videos
rm ~/$i
ln -s $D/$i ~/$i
end