mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-09 08:49:29 -05:00
install: init scheme after install/update
This commit is contained in:
@@ -43,6 +43,7 @@ if test "$argv[1]" = install
|
|||||||
else
|
else
|
||||||
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
|
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
|
||||||
end
|
end
|
||||||
|
test -f $C_STATE/scheme/current.txt || $src/scheme/main.fish onedark # Init scheme after install or update
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user