Add gg bash alias to get home

This commit is contained in:
Talia 2020-05-15 11:37:57 +02:00
parent 0f20eff390
commit 3be4c3ac86
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -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'