From 3be4c3ac8658789528571ee449d11dea015b499d Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 15 May 2020 11:37:57 +0200 Subject: [PATCH] Add gg bash alias to get home --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index b64cfd1..5875801 100644 --- a/bashrc +++ b/bashrc @@ -1,6 +1,7 @@ # vim: set noexpandtab :miv # alias gcd="source git-cd" alias g="source cd-improved" +alias gg="cd $HOME; g ." alias hello='echo "Hello :)"' alias w='watch -t -d -n 1' alias setclip='xclip -selection c'