-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bash_profile
More file actions
20 lines (15 loc) · 774 Bytes
/
Copy path.bash_profile
File metadata and controls
20 lines (15 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_DIRS="$XDG_DATA_HOME:$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop"
export BROWSER=epiphany
export EDITOR=emacs
export VISUAL=emacs
export QT_QPA_PLATFORM=wayland
export ANKI_WAYLAND=1
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
export PATH="${PATH}:$HOME/.local/bin:$HOME/.cargo/bin:/snap/bin"
export HOME_LORENE="$HOME/Desktop/resrch/codes/numerical_relativity/Lorene"
export PLUTO_DIR="$HOME/Desktop/resrch/codes/numerical_relativity/pluto/pluto-4.3/PLUTO"
export MESA_DIR="$HOME/Desktop/resrch/codes/mesa/mesa"
[[ -f ~/.bashrc ]] && . ~/.bashrc