summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.fish b/main.fish
index a4f405e..56ecfaa 100755
--- a/main.fish
+++ b/main.fish
@@ -21,7 +21,7 @@ if test "$argv[1]" = shell
end
if test "$argv[1]" = toggle
- set -l valid_toggles communication music sysmon specialws
+ set -l valid_toggles communication music sysmon specialws todo
contains -- "$argv[2]" $valid_toggles && $src/toggles/$argv[2].fish || error "Invalid toggle: $argv[2]"
exit
end