diff options
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,8 +18,9 @@ export REFERBIB=$HOME/Dropbox/A/Scholar/All/References/bibliography.refer export DISTRIB_ID=arch export DISTRIB_RELEASE=$(uname -r) export XDG_CONFIG_HOME=$HOME/.config +export XDG_DATA_HOME=$HOME/.local/share export R_PROFILE_USER=$HOME/.config/R/Rprofile -export TODOIST_API_KEY="$(pass Todoist/API)" +export ZDOTDIR=$HOME/.config/zsh # export GOROOT=/usr/bin/go # fix "xdg-open fork-bomb" export your preferred browser from here @@ -47,4 +48,4 @@ eval "$(gh completion -s zsh)" shortcutgen aliasgen . "$HOME/.cargo/env" -export PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linuxexport PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linuxexport PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linux
\ No newline at end of file +export PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linuxexport PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linuxexport PATH=$PATH:/home/master/.local/src/Geekbench-6.2.0-Linux |