소스 검색

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