Fix bug with recursive symbolic links for dunst

This commit is contained in:
2021-10-14 19:31:07 +03:00
parent cdb139ff5b
commit 0aabf41473
2 changed files with 1 additions and 3 deletions

View File

@@ -55,11 +55,10 @@ fi
# Remove all configs
if [ "$1" = "-R" ] ; then
# cd && rm -rf .bashrc $nvimDir $alacrittyDir $i3Dir $polybarDir $swayDir $waybarDir $rofiDir $picomFile $gitconfigFile && cd -
cd && rm -rf \
$bashrc $nvimDir $alacrittyDir $i3Dir \
$polybarDir $swayDir $waybarDir $rofiDir \
$picomFile $gitconfigFile \
$dunstDir $picomFile $gitconfigFile \
&& cd -
fi