install: init scheme after install/update

This commit is contained in:
2 * r + 2 * t
2025-03-05 19:29:45 +11:00
parent d0e6906f1b
commit d00540f56c
+1
View File
@@ -43,6 +43,7 @@ if test "$argv[1]" = install
else
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
end
test -f $C_STATE/scheme/current.txt || $src/scheme/main.fish onedark # Init scheme after install or update
exit
end