osx/custompkg/root/etc/skel/Library/user-setup/200.make-paths-dir.sh

6 lines
140 B
Bash
Raw Normal View History

2016-10-08 00:37:22 +00:00
#!/bin/bash
############################################# look for vimrc in google drive
if [[ ! -d ~/.paths ]]; then
mkdir ~/.paths
fi