summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-11 07:08:15 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-11 07:08:15 +0300
commit48c195c3a1a3efbc7b9e7077f7a31045f1259096 (patch)
tree792026e792bede46a51ec2586c7c1f24b5e32d76
parent2ab33a64ab44c060d4f917c810131109f4693201 (diff)
downloadliw-dot-files-48c195c3a1a3efbc7b9e7077f7a31045f1259096.tar.gz
set $PATH in xsessionrc
Sponsored-by: author
-rw-r--r--xsessionrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsessionrc b/xsessionrc
index 3fd76f8..66fcb5f 100644
--- a/xsessionrc
+++ b/xsessionrc
@@ -1,3 +1,4 @@
export LANG=en_GB.UTF-8
export LC_COLLATE=fi_FI.UTF-8
export CARGO_TARGET_DIR=/home/liw/tmp/cargo
+export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin"