-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexports
32 lines (24 loc) · 942 Bytes
/
exports
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
export EDITOR='vim'
export PATH="$HOME/.poetry/bin:$PATH"
export HISTTIMEFORMAT="%d/%m/%y %T "
export HISTSIZE='32768'
export HISTFILESIZE="${HISTSIZE}"
# colorize man pages
# source: http://serverfault.com/questions/3743/what-useful-things-can-one-add-to-ones-bashrc
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
export LESS_TERMCAP_so=$'\E[01;44;33m'
export LESS_TERMCAP_ue=$'\E[0m'
export LESS_TERMCAP_us=$'\E[01;32m'
# language and locale
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# Don’t clear the screen after quitting a manual page
export MANPAGER="less -X"
export BROWSER='/mnt/c/Program Files/Google/Chrome/Application/chrome.exe'
# For openAI Gym
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/k/.mujoco/mujoco200/bin
# For X11 UI like Xming
#export DISPLAY=$(route.exe print | grep 0.0.0.0 | head -1 | awk '{print $4}'):0.0