summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2024-11-24 00:14:11 -0500
committerDante Catalfamo2024-11-24 00:14:11 -0500
commitc837f34a9224d193bc0911af8a896c2a3f1caf30 (patch)
tree7f82c3b952e05ddc59379b3f6838f633612f4f8f
parente3755dae33a4f307da54cefd033307cac41fbb07 (diff)
downloadblog-c837f34a9224d193bc0911af8a896c2a3f1caf30.tar.gz
blog-c837f34a9224d193bc0911af8a896c2a3f1caf30.tar.bz2
blog-c837f34a9224d193bc0911af8a896c2a3f1caf30.zip
bash-incremental: use real link
-rw-r--r--content/posts/bash-incremental-directory-completion/index.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/content/posts/bash-incremental-directory-completion/index.org b/content/posts/bash-incremental-directory-completion/index.org
index 47414d2..6dcb9a4 100644
--- a/content/posts/bash-incremental-directory-completion/index.org
+++ b/content/posts/bash-incremental-directory-completion/index.org
@@ -7,9 +7,8 @@
#+SLUG:
#+SUMMARY:
-I was just working on a bash completion for my repo management tool
-(link) and came across a completion problem I couldn't find an answer
-to.
+I was just working on a bash completion for my [[https://github.com/dantecatalfamo/repo2/][repo management tool]]
+and came across a completion problem I couldn't find an answer to.
In my tool, all repositories are stored under a root source directory
=~/src=, and are three directories deep under that.