implemented writing default configuration

This commit is contained in:
2025-02-01 16:02:36 +01:00
parent 88db002985
commit 7796a4d1a8
6 changed files with 177 additions and 31 deletions
+4
View File
@@ -21,6 +21,10 @@ function book {
__call_navigate "bookmark $@"
}
function nav_config {
__call_navigate "configuration $@"
}
# completion function for `book`
function _book {
CURRENT_WORD=${COMP_WORDS[COMP_CWORD]}