From 952b2d81250cc521c293ad16170f3433062a0dd1 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 27 Jul 2022 12:52:26 -0700 Subject: [PATCH] :memo: Made note on enter gitmoji prompt --- scripts/bgit | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bgit b/scripts/bgit index f3e232d1..d284335e 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -3,6 +3,7 @@ # checklist: # [-] add -i flag for install script (default if not git repo is found) # [-] add function where $1 checks for existing directory and creates it if it doesn't exist, cd's into it, and initializes git repo (also cd's into it if it DOES exist, and initizliaes repo), also checks for .git directory... +# [-] add optional input for add gitmoji(enter l/list for list): where l/list shows list of gitmojis and infinitely returns user to prompt until gitmoji is chosen, if gitmoji doesn't exist within gitmoji array, or "none" is chosen, then default to no gitmoji # Error handling set -e