completion/alias: rename
There is no reason for this to be in the `plugins` directory, it just needs to have a load priority sufficiently high that it runs after any aliases are defined.pull/2044/head
parent
d214621d39
commit
7fcad6ed0d
|
|
@ -1,10 +1,10 @@
|
||||||
# This is the default profile of Bash-it
|
# This is the default profile of Bash-it
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
plugins alias-completion
|
|
||||||
plugins base
|
plugins base
|
||||||
|
|
||||||
# completion
|
# completion
|
||||||
|
completion aliases
|
||||||
completion bash-it
|
completion bash-it
|
||||||
completion system
|
completion system
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue