install: fix vscode

This commit is contained in:
2 * r + 2 * t
2025-01-29 22:49:13 +11:00
parent cb8f5b4105
commit e216af270c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ complete -c caelestia -n $not_seen -a 'wallpaper' -d 'Change the wallpaper'
complete -c caelestia -n $not_seen -a 'pip' -d 'Picture in picture utilities'
# Install
set -l commands discord foot fuzzel hypr safeeyes scripts shell gtk
set -l commands discord foot fuzzel hypr safeeyes scripts shell gtk vscode
complete -c caelestia -n "$seen install && not $seen $commands" -a "$commands"
# Shell
+1 -1
View File
@@ -44,7 +44,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk
set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk vscode
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
exit
end