create syncfs mount if not present
This commit is contained in:
parent
0f2dd8a3c1
commit
7ac540f733
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ pkgs.writeShellScriptBin "nixos-edit" ''
|
|||
git config --global push.default current
|
||||
echo configs set
|
||||
echo mounting syncfs
|
||||
mkdir ~/sync 2> /dev/null
|
||||
startsync > /dev/null 2>&1 &
|
||||
echo opening git key add page
|
||||
echo "-> close firefox when complete."
|
||||
|
|
Loading…
Add table
Reference in a new issue