mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add mcg alias
This commit is contained in:
parent
8f44d9a57b
commit
c78959343a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue