- Add process manager with sway - Add oh-my-zsh config - add gtk config - Add env
6 lines
97 B
Bash
6 lines
97 B
Bash
# Autocompletion for svcat.
|
|
#
|
|
|
|
if [ $commands[svcat] ]; then
|
|
source <(svcat completion zsh)
|
|
fi
|