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
1 changed files with 5 additions and 0 deletions

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