completions: remove opt for shell

This commit is contained in:
2 * r + 2 * t
2025-03-30 12:09:06 +11:00
parent 0bfcbbf0dc
commit 7fab95d5c9
-1
View File
@@ -28,7 +28,6 @@ complete -c caelestia -n "$seen install && not $seen $commands" -a "$commands"
# Shell
set -l commands quit reload-css reload-config show brightness media
set -l not_seen "$seen shell && not $seen $commands"
complete -c caelestia -n $not_seen -a 'quit' -d 'Quit the shell'
complete -c caelestia -n $not_seen -a 'reload-css' -d 'Reload shell styles'
complete -c caelestia -n $not_seen -a 'reload-config' -d 'Reload shell config'
complete -c caelestia -n $not_seen -a 'show' -d 'Show a window'