make user directories manually, skip xdg

This commit is contained in:
TomasM
2017-11-15 16:20:39 -05:00
parent 6a7683f34a
commit a2d4cf9e6e
4 changed files with 21 additions and 7 deletions
@@ -1,10 +1,6 @@
#!/bin/bash
PICTURES=$(xdg-user-dir PICTURES)
if [ "$PICTURES" = "" ]; then
PICTURES=~/Pictures
fi
PICTURES=~/Pictures
mkdir -p $PICTURES
cd $PICTURES