Explorar o código

Shorten script name for Go Git

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
2006986853
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Install/Templates/fish/functions/cdg.fish

+ 1 - 1
Install/Templates/fish/functions/cdg.fish

@@ -1,4 +1,4 @@
-function cdg --description 'Go to root folder of the current Git repository'
+function gg --description 'Go to root folder of the current Git repository'
     if set -l GIT_ROOT (git rev-parse --show-toplevel)
 		cd $GIT_ROOT
 	end