mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
profile: add weechat XDG dir override
This commit is contained in:
parent
216737535e
commit
e0db65a9d8
2
.profile
2
.profile
@ -40,6 +40,8 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||
# Python
|
||||
export PYTHONHISTFILE="$XDG_DATA_HOME/python/histfile"
|
||||
# Weechat
|
||||
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
|
||||
|
||||
# Go configuration
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
|
Loading…
Reference in New Issue
Block a user