From d90b4a0accb85996bf9e4346354c2dcdb4a5de51 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 9 Apr 2025 18:30:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-09 18:30:05 --- .config/fish/functions/gh | 2 ++ .config/fish/functions/gh.fish | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .config/fish/functions/gh create mode 100644 .config/fish/functions/gh.fish 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