-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbash_profile
230 lines (188 loc) · 8.07 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
## here is .bash_profile
# Setting PATH for Google Cloud SDK
export PATH="/Users/DoerLBH/google-cloud-sdk/bin:${PATH}"
export PATH
# Setting PATH for Python 3.7
# The orginal version is saved in .bash_profile.pysave
export PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}"
export PATH
# Setting PATH for Python 2.7
# The orginal version is saved in .bash_profile.pysave
export PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH="/usr/local/lib/python2.7/dist-packages:${PATH}"
export PATH
# what real Python executable to use
# PYVER=3.7
# PYTHON=/Library/Frameworks/Python.framework/Versions/$PYVER/bin/python$PYVER
# Setting PATH for blast
export PATH="/usr/local/bin/blast/bin:${PATH}"
# Setting PATH for onTrack
export PATH="/Users/DoerLBH/Dropbox/git/onTrack:${PATH}"
# Setting PATH for local bin
export PATH="/Users/DoerLBH/bin:${PATH}"
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
alias LS='ls -ltrcGphF'
alias b='cd ../'
alias s='pwd > ~/temppwd'
alias o='cd `cat ~/temppwd`'
alias mo="more"
alias he="head"
alias ta="tail"
alias le="less"
alias imessage="/Users/DoerLBH/Dropbox/git/imessage"
alias track="sh /Users/DoerLBH/Dropbox/git/onTrack/main.sh"
alias dig="ssh -X [email protected]"
alias hy="ssh -X [email protected]"
alias gcp-gpu-1="ssh [email protected]"
alias gcp-gpu-2="ssh [email protected]"
alias pubmed="sh /Users/DoerLBH/Dropbox/git/dailycheckin/pubmed.sh "
alias ydl-b="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
alias ydl-l="youtube-dl -o '%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s'"
alias gs="git status"
alias gc="git commit -m"
alias gp="git push origin master"
alias ga="git add *"
alias gl='git log --pretty=format:"%h - %an, %ar : %s"'
alias gi="cd ~/Dropbox/git/"
alias go="git checkout"
alias gu="ga;gc \"update code\";gp;"
alias sz="source ~/.bash_profile; cat ~/.zshrc.orig ~/.bash_profile > ~/.zshrc; source ~/.zshrc;bb;"
alias as="echo alias"
alias rd="s;gi;cd doerlbh.github.io/_posts;cat << eof >> 2000-01-01-random.md;"
alias dd="s;now=$(date +"%Y-%m-%d")-day.md;gi;cd doerblog.github.io/_posts/day/;cp day.md $now;cat << eof >> $now;"
alias subl="/Applications/Work/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
alias matlab="/Applications/Work/MATLAB_R2015b.app/bin/matlab"
alias gmap="sh /Users/DoerLBH/Dropbox/git/dailycheckin/map.sh "
#export LC_CTYPE=C
#export LANG=C
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
alias lps="/Users/DoerLBH/Dropbox/Courses/4-1-2016Aut/MATH381/lp_solve_5.5.2.5_exe_osx32/lp_solve"
alias bb="s;gi;cd dailycheckin;cp ~/.bash_profile bash_profile; cp ~/.zshrc zshrc; ga; gc \"update rc\";gp;o;"
alias espresso="ssh -X [email protected]"
alias galao="ssh -X [email protected]"
alias mocha="ssh -X [email protected]"
alias americano="ssh -X [email protected]"
alias latte="ssh -X [email protected]"
alias c2b2="ssh -X [email protected]"
alias intron="ssh -X [email protected]"
alias hub="ssh -X [email protected]"
alias raul="cd /Users/DoerLBH/Dropbox/Research/CU_Rabadan_Lab"
alias e="exit"
alias co="open /Users/DoerLBH/Dropbox/Courses/4-3-2017Spr/;e"
alias next="open /Users/DoerLBH/Dropbox/Next/;e"
alias mail="open https://mail.google.com/mail/u/0/#inbox; open https://mail.google.com/mail/u/1/#inbox; e"
alias research="cd /Users/DoerLBH/Dropbox/Research/;"
alias hslib="open http://library.cumc.columbia.edu/;e"
alias lib="open https://clio.columbia.edu/;open http://library.columbia.edu/;e"
alias ssol="open https://ssol.columbia.edu/;e"
alias ML="open http://www.cs.columbia.edu/~djhsu/coms4771-f16/index.html;e"
alias compLearn="open http://www.cs.columbia.edu/~cs4252/;e"
alias dynRL="open https://djrusso.github.io/RLCourse/index;e"
alias learn="open http://www.cs.columbia.edu/~djhsu/coms6998-f17/index.html;e"
alias bandit="open http://alekhagarwal.net/bandits_and_rl/index.html;e"
alias deepSeq="open https://courseworks2.columbia.edu/courses/44146;e"
alias course="open /Users/DoerLBH/Dropbox/Grad_Courses/;e"
alias lie="open http://www.bilibili.com/video/av2604435/;e"
alias lief="open -a Firefox http://www.bilibili.com/video/av2604435/;e"
alias ff="open -a Firefox;e"
alias kc="pkill Chrome"
alias cuweb="ssh [email protected]"
alias uwweb="ssh [email protected]"
alias musicchina="npx @nondanee/unblockneteasemusic"
# added by Anaconda3 4.4.0 installer
export PATH="/Users/DoerLBH/anaconda/bin:$PATH"
# added by Anaconda3 4.4.0 installer
export PATH="/Users/DoerLBH/anaconda/bin:$PATH"
# added by Anaconda2 5.0.1 installer
export PATH="/anaconda2/bin:$PATH"
export PATH="/anaconda2/lib/python2.7/site-packages:$PATH"
# added by Anaconda3 5.0.1 installer
# export PATH="/anaconda3/bin:$PATH" # commented out by conda initialize
export PATH="/anaconda3/lib/python3.6/site-packages:$PATH"
export PATH="/Users/DoerLBH/Dropbox/git/bioperl-live:/Users/DoerLBH/Dropbox (Personal)/git/bioperl-live/Bio:$PATH"
# Added by install_latest_perl_osx.pl
[ -r /Users/DoerLBH/.bashrc ] && source /Users/DoerLBH/.bashrc
# added by Anaconda3 5.0.1 installer
# export PATH="/anaconda3/bin:$PATH" # commented out by conda initialize
# added by Anaconda2 5.2.0 installer
export PATH="/Users/DoerLBH/anaconda2/bin:$PATH"
# added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/DoerLBH/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/Users/DoerLBH/anaconda3/etc/profile.d/conda.sh" ]; then
# . "/Users/DoerLBH/anaconda3/etc/profile.d/conda.sh" # commented out by conda initialize
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/Users/DoerLBH/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
# added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/anaconda3/etc/profile.d/conda.sh" ]; then
# . "/anaconda3/etc/profile.d/conda.sh" # commented out by conda initialize
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
# added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/DoerLBH/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/Users/DoerLBH/anaconda3/etc/profile.d/conda.sh" ]; then
# . "/Users/DoerLBH/anaconda3/etc/profile.d/conda.sh" # commented out by conda initialize
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/Users/DoerLBH/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/anaconda3/etc/profile.d/conda.sh" ]; then
. "/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
# added by Anaconda3 2019.10 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/DoerLBH/opt/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/Users/DoerLBH/opt/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/DoerLBH/opt/anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/Users/DoerLBH/opt/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<