diff options
author | Erich Eckner <deep42thought@noreply.example.org> | 2018-11-05 14:17:49 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2018-11-05 14:17:49 +0000 |
commit | b4d09b4a2900c2de3efe6ad6970ab744dcf24437 (patch) | |
tree | 7e3cdbc3cbf449f7625f191d72e2b0e04319a96a /shell/bash-completion | |
parent | 06fdb666a1b473197c0a8bfdadb553fd34c7f853 (diff) | |
parent | 6a5b7fb1e7e9dc49f37b2281e2b0fa1417a74981 (diff) | |
download | asp32-b4d09b4a2900c2de3efe6ad6970ab744dcf24437.tar.xz |
Merge branch 'exp/fixes' of euler271/asp32 into master
Diffstat (limited to 'shell/bash-completion')
-rw-r--r-- | shell/bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bash-completion b/shell/bash-completion index 3c7fc06..b09b8ed 100644 --- a/shell/bash-completion +++ b/shell/bash-completion @@ -73,4 +73,4 @@ _asp() { fi } -complete -F _asp asp +complete -F _asp asp32 |