summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dot1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dot b/bin/dot
index 210c967..0049e9c 100755
--- a/bin/dot
+++ b/bin/dot
@@ -42,6 +42,7 @@ save()
get_links | while read link; do
echo "dotmap[$link]=$(realpath -q $link)" >> .dotmap
done
+ sort .dotmap -o .dotmap
}
$1