瀏覽代碼

Shorten script name for Go Git

DricomDragon 5 年之前
父節點
當前提交
2006986853
共有 1 個文件被更改,包括 1 次插入1 次删除
  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