Fix syntax

This commit is contained in:
RealStickman 2021-05-06 13:35:52 +02:00
parent 251524ef47
commit 5720c14257

View File

@ -133,7 +133,7 @@ if [[ -d ~/.easystroke ]]; then
fi
# elvish
if [[ -d ~/.elvish]]; then
if [[ -d ~/.elvish ]]; then
rsync -ah ~/.elvish ~/old_dat/ || echo Directory does not exist
fi