Add gg bash alias to get home
This commit is contained in:
parent
0f20eff390
commit
3be4c3ac86
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -1,6 +1,7 @@
|
||||||
# vim: set noexpandtab :miv #
|
# vim: set noexpandtab :miv #
|
||||||
alias gcd="source git-cd"
|
alias gcd="source git-cd"
|
||||||
alias g="source cd-improved"
|
alias g="source cd-improved"
|
||||||
|
alias gg="cd $HOME; g ."
|
||||||
alias hello='echo "Hello :)"'
|
alias hello='echo "Hello :)"'
|
||||||
alias w='watch -t -d -n 1'
|
alias w='watch -t -d -n 1'
|
||||||
alias setclip='xclip -selection c'
|
alias setclip='xclip -selection c'
|
||||||
|
|
Loading…
Reference in a new issue