aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-11-25 00:34:00 +0300
committerawy <awy@awy.one>2024-11-25 00:34:00 +0300
commit903778227cced6be0646a4e4894f2c1599403571 (patch)
treecf027328e7ee8ea1aa082aed9be45e8974b3c58b /.config
parent01d5c2ab45329fc7aadd5f8d2257c682c68b3ed1 (diff)
fixdev
Diffstat (limited to '.config')
-rw-r--r--.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 3080b24..af6d680 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -11,7 +11,10 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_DOWNLOAD_DIR="$HOME/downloads"
+
export GIT_CONFIG="$XDG_CONFIG_HOME/git/config"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
+export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
+export CARGO_HOME="$XDG_DATA_HOME"/cargo
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s dwl >/dev/null 2>&1 && exec "$XDG_CONFIG_HOME/dwl/start"