-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
26 lines (22 loc) · 953 Bytes
/
.zshrc
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
eval "$(starship init zsh)"
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/saptarshi/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/saptarshi/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/saptarshi/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/saptarshi/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
export PATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH
export INFOPATH=$INFOPATH:/usr/local/texlive/2024/texmf-dist/doc/info
export MANPATH=$MANPATH:/usr/local/texlive/2024/texmf-dist/doc/man
export LD_LIBRARY_PATH=/home/saptarshi/anaconda3/envs/rlgpu/lib:$LD_LIBRARY_PATH
export PATH="/usr/local/cuda-11.1/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-11.1/lib64:$LD_LIBRARY_PATH"
export CUDA_HOME=/usr/local/cuda-11.1