Introduction
Introduction Statistics Contact Development Disclaimer Help
fix autocompletion and add edit - notes - a console notes manager using git
Log
Files
Refs
Tags
LICENSE
---
commit 3e4e0e0592a07ce3c5edbb3bad1dd9e6f50ce52b
parent 1817bd26c30fa60924b5e98fde970a6771684e47
Author: Solene Rapenne <[email protected]>
Date: Sat, 14 Jul 2018 12:23:53 +0200
fix autocompletion and add edit
Diffstat:
M completions/ksh_completion | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/completions/ksh_completion b/completions/ksh_completion
@@ -1,3 +1,3 @@
FILES=$(notes _files)
-set -A complete_notes_1 -- ls history help init cat rm last "$FILES"
-set -A complete_notes_2 -- "$FILES"
+set -A complete_notes_1 -- edit ls history help init cat rm last $FILES
+set -A complete_notes_2 -- $FILES
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.