diff --git a/.config/fish/functions/gh b/.config/fish/functions/gh new file mode 100644 index 00000000..5470ed8b --- /dev/null +++ b/.config/fish/functions/gh @@ -0,0 +1,2 @@ +function gh --description "Create a new " +end diff --git a/.config/fish/functions/gh.fish b/.config/fish/functions/gh.fish new file mode 100644 index 00000000..81f25040 --- /dev/null +++ b/.config/fish/functions/gh.fish @@ -0,0 +1,3 @@ +function gh --description "Create a new " + +end