config-bash/aliases.d/cd

6 lines
158 B
Plaintext
Raw Normal View History

alias cdrepo='cd ~/Repositories/'
alias cdgitlab='cd ~/Repositories/Gitlab'
alias cdgithub='cd ~/Repositories/Github'
alias cdgl=cdgitlab
alias cdgh=cdgithub