fixed autocorrect for tty colorscheme changer
This commit is contained in:
parent
4634612ec0
commit
e269813539
@ -52,7 +52,7 @@ function TTY_CHANGE_THEME() {
|
||||
source "$DOTWRYN/config/colorschemes/linux-console"
|
||||
}
|
||||
_TTY_CHANGE_THEME() {
|
||||
compadd $(ls $DOTWRYN/config/colorschemes/kitty) kitty-current-theme
|
||||
compadd $(ls $DOTWRYN/config/colorschemes/kitty) current-kitty-theme
|
||||
}
|
||||
compdef _TTY_CHANGE_THEME TTY_CHANGE_THEME;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user