forked from mthines/zshrc-aliases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc-persona
22 lines (21 loc) · 822 Bytes
/
.zshrc-persona
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Project Jumper - Go To ...
#
alias @rz='cd ~/Sites/loc.rezetstore.dk/htdocs/profiles/rezet'
alias @sm='cd ~/Sites/loc.sportmaster.dk/htdocs/profiles/sportmaster'
alias @ss='cd ~/Sites/sportmaster_service/htdocs/profiles/sportmaster_service'
alias @rc='cd ~/Sites/rudolph.dev/htdocs/profiles/rudolphcare'
alias @mwu='cd ~/Sites/loc.madewith.unity.com/htdocs/profiles/mwu'
alias @apache='cd ~/../../etc/apache2/extra'
alias @solr='cd /usr/local/Cellar/solr4/4.10.4'
#
# General Aliases
#
alias czsh='st ~/.zshrc-aliases'
alias czsh-persona='st ~/.zshrc-persona'
alias czshrc='st ~/.zshrc'
alias capache='st ~/../../etc/apache2/extra/httpd-vhosts.conf'
alias chosts='st ~/../../private/etc/hosts'
alias cdrush='st ~/.drush/aliases.drushrc.php'
alias refrezsh='. ~/.bashrc && . ~/.zshrc'
alias findme='sudo find / -name'