refactor(zsh): move configuration files
This commit is contained in:
parent
b7518872ff
commit
b58302c1ee
21 changed files with 17 additions and 7 deletions
3
roles/zsh/files/config/completion-scripts/_g
Normal file
3
roles/zsh/files/config/completion-scripts/_g
Normal file
|
@ -0,0 +1,3 @@
|
|||
#compdef g
|
||||
compdef g=git
|
||||
|
2
roles/zsh/files/config/completion-scripts/_m
Normal file
2
roles/zsh/files/config/completion-scripts/_m
Normal file
|
@ -0,0 +1,2 @@
|
|||
#compdef m
|
||||
compdef m=make
|
Loading…
Add table
Add a link
Reference in a new issue