diff options
author | Erick Cafferata <erick@cafferata.me> | 2018-11-03 12:42:58 -0500 |
---|---|---|
committer | Erick Cafferata <erick@cafferata.me> | 2018-11-03 12:42:58 -0500 |
commit | 6a5b7fb1e7e9dc49f37b2281e2b0fa1417a74981 (patch) | |
tree | 4914fa280feb33da1bc08ffe346a492a60273d09 /shell/bash-completion | |
parent | eae23dc582b2959c282c50ce5899298fe15c0179 (diff) | |
download | asp32-6a5b7fb1e7e9dc49f37b2281e2b0fa1417a74981.tar.xz |
bash-completion: change to asp32
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 |