-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzshrc
More file actions
27 lines (21 loc) · 697 Bytes
/
Copy pathzshrc
File metadata and controls
27 lines (21 loc) · 697 Bytes
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
export GOPATH=$HOME/go
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1)"
export PATH="/usr/local/sbin:$PATH"
# tmux
alias tmxls='tmux ls'
alias tmxnew='tmux new-session -s'
alias tmxcon='tmux attach -t'
# git
alias gl='git log'
alias gst='git status'
alias gd='git diff'
alias gbr='git branch'
alias gco='git checkout'
alias gcm='git commit -m'
alias gcom='git checkout master'
alias gcob='git checkout -b'
# vlc
# alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion