AutoYADM commit: 2025-06-16 13:44:43
This commit is contained in:
parent
70caf297d6
commit
28b79bba5d
2 changed files with 3 additions and 1 deletions
|
@ -26,3 +26,5 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
set -gx EDITOR kak
|
set -gx EDITOR kak
|
||||||
|
|
||||||
|
set -g task_complete_task no
|
||||||
|
set -g task_complete_id no
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
function gh --description "Create a new clean repo if arg is public or private" --wraps gh
|
function _gh --description "Create a new clean repo if arg is public or private" --wraps gh
|
||||||
if test $argv[1] = public; or test $argv[1] = private
|
if test $argv[1] = public; or test $argv[1] = private
|
||||||
# echo Creating new $argv[1] repo $argv[2]
|
# echo Creating new $argv[1] repo $argv[2]
|
||||||
gh repo create $argv[2] --disable-issues --disable-wiki --$argv[1]
|
gh repo create $argv[2] --disable-issues --disable-wiki --$argv[1]
|
Loading…
Add table
Add a link
Reference in a new issue