Only create .config dir if it doesn't exit.
This commit is contained in:
parent
004c125bca
commit
d66b3abcea
1 changed files with 3 additions and 1 deletions
|
|
@ -9,5 +9,7 @@ fi
|
|||
# Conkeror is a deprecated program
|
||||
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
|
||||
/bin/ln -sf `pwd`/less/lesskey $HOME/.lesskey
|
||||
mkdir $HOME/.config
|
||||
if [ ! -d $HOME/.config ]; then
|
||||
mkdir $HOME/.config
|
||||
fi
|
||||
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue