aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.profile
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-02 14:39:30 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-02 14:39:30 +0300
commit07bcb021bcdf71cef93bb9c0dc09e30af6ad2f7d (patch)
tree11417d5ea12ce3abb5928d8714afaa4eb0daa6b8 /dotfiles/.profile
parent06ebba4c53dc2751a2aad1cbccb870bb7db6dc07 (diff)
downloadswayrice-07bcb021bcdf71cef93bb9c0dc09e30af6ad2f7d.tar.gz
swayrice-07bcb021bcdf71cef93bb9c0dc09e30af6ad2f7d.zip
some more cleanup
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r--dotfiles/.profile9
1 files changed, 5 insertions, 4 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile
index e683745..c35422e 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -22,12 +22,13 @@ export BROWSER=qutebrowser
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
-export ZDOTDIR="$HOME/.config/zsh"
-export INPUTRC="$HOME/.config/zsh/inputrc"
+export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
+export INPUTRC="$XDG_CONFIG_HOME/zsh/inputrc"
export LESSHISTFILE="-"
-export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
+export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
-export GNUPGNOME="$XDG_DATA_HOME/gnupg"
+export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
+export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
eval "$(dircolors "$HOME/.config/dir_colors")"
# Start sway automatically upon login on tty1