diff --git a/.bash_aliases b/.bash_aliases index 5710ebc..f6b07e8 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -398,12 +398,6 @@ setup-alias() { # # $> gwip 'files and folders' 'commit message' gwip() { - local BOLD GREEN YELLOW NC - BOLD='\e[1m' - GREEN='\e[92m' - YELLOW='\e[93m' - NC='\e[1m' - # Fetch the latest changes from the remote git fetch