-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbash_profile
41 lines (28 loc) · 1.16 KB
/
bash_profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
### Added by the Heroku Toolbelt
export PATH="$HOME/bin:/usr/local/bin:/usr/local/heroku/bin:$PATH"
export PATH="$PATH:$HOME/.rvm/bin:/usr/local/rvm/bin"
### Artifactory user credentials = vaamo internal SBT dependencies
export REPO_USER="verenabrodbeck"
export REPO_PASS="AP6tXKZQHr4jDHxbKFEbZAsukUdNCgGcYbTzci"
export GIT_PS1_SHOWDIRTYSTATE=1
source ~/.dotfiles/git-completion.sh
source ~/.dotfiles/git-prompt.sh
source ~/.dotfiles/bash.prompt
### Paths
alias vaaB='cd ~/Web/vaamo/vaamo-backend'
alias sara='cd ~/Web/vaamo/sara'
alias sarawatch='npm run watch'
alias sarawatchB='BACKEND_URL=https://mein.vaamo.de npm run watch'
alias sarawatchBstage='BACKEND_URL=https://sara-backend.stage.vaamo-ag.de npm run watch'
alias vaaDeDir='cd ~/Web/vaamo/vaamo\.de'
alias vaaComDir='cd ~/Web/vaamo/vaamo\.com'
alias cookbook='cd ~/Web/vaamo/cookbooks/vaamo_frontpage'
alias kathrin='cd ~/Web/chamue/grafikschneider'
### Play Framework
alias play='./scripts/console.sh'
### Git
alias ls='ls -G'
### NVM
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh