mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
commandline append in uncommitted and darwin-rebuild
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
if test "$argv[1]" = "offline"
|
||||
set option "--option substitute false"
|
||||
end
|
||||
commandline -r "git -C ${config.dotfilesPath} add --all"
|
||||
commandline -f execute
|
||||
commandline -r "darwin-rebuild switch $option --flake ${config.dotfilesPath}#macbook"
|
||||
commandline -f execute
|
||||
commandline --replace "git -C ${config.dotfilesPath} add --all"
|
||||
commandline --append "
|
||||
darwin-rebuild switch $option --flake ${config.dotfilesPath}#macbook"
|
||||
commandline --function execute
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user