summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.