1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add mcg alias

This commit is contained in:
RGBCube 2024-02-19 10:11:20 +03:00
parent 8f44d9a57b
commit c78959343a
No known key found for this signature in database

View file

@ -14,6 +14,12 @@ def --env mc [path: path] {
cd $path
}
def --env mcg [path: path] {
mkdir $path
cd $path
git init
}
use ${upkgs.nuScripts}/modules/background_task/task.nu
zoxide init nushell --cmd cd | save --force ~/.config/nushell/zoxide.nu
''