-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile_bk_mac
executable file
·32 lines (24 loc) · 969 Bytes
/
.profile_bk_mac
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
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias capchic='bundle exec bash bash/deploy-staging.sh'
alias gs='git status '
alias gm='git merge '
alias gc='git commit -m '
alias gd='git diff'
alias gcc='git checkout '
alias grs='git reset --soft '
alias grh='git reset --hard '
alias gl='git log'
# cb=$(git rev-parse --abbrev-ref HEAD)
alias gpl='git pull origin '
alias gps='git push origin '
alias gf='git fetch'
alias capd='bundle exec cap production deploy'
alias capst='bundle exec cap staging deploy'
alias dmpkh='ssh quyencv@...'
alias dmp='ssh ec2-user@....'
#alias nk='/Users/macintosh/Documents/todo/NHATKY/da.sh'
alias nk='cd /Users/macintosh/Documents/todo/WIP/info; rails s;'
export PATH="$HOME/.cargo/bin:$PATH"
alias stopruby='kill -9 $(lsof -i tcp:3000)'