summaryrefslogtreecommitdiff
path: root/etc/functions/anytag
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/anytag')
-rw-r--r--etc/functions/anytag4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/functions/anytag b/etc/functions/anytag
index 0d3c090..7dc26a8 100644
--- a/etc/functions/anytag
+++ b/etc/functions/anytag
@@ -10,9 +10,9 @@ for file in *(.); do
eval $cmd
read
for tag in $reply; do
- mkdir -p tags/$tag
+ mkdir -p .tags/$tag
(
- cd tags/$tag
+ cd .tags/$tag
ln -s ../../$file
)
done