1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 21:40:07 +00:00

Fish: dirsetup (mkdir -p so no dir links)

This commit is contained in:
Phantop 2020-05-09 17:17:57 -04:00
parent 9b1d634fe8
commit 8aaaf4c28f

5
.dirsetup Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/fish
cd ~/.dotfiles
for i in (fd -t d)
mkdir -p ~/$i
end