summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-05-04 00:13:20 +0200
committermarcellus <msimon_fr@hotmail.com>2023-05-04 00:13:20 +0200
commit13535011bb12163a4f9035cf2f231e856565e950 (patch)
treeda15860273c94d6f9dba02e7d9e5b7e9749438db /zsh
parent7e1032434d90db737e319d3eb21721b7fed388be (diff)
fix: overall patches
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv7
1 files changed, 5 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 5ff4c81..c168554 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,2 +1,5 @@
-PATH="$HOME/.config/scripts:$PATH"
-TERMINAL="st"
+export PATH="$HOME/.config/scripts:$PATH"
+export TERMINAL="st"
+export EDITOR="emacs"
+
+export XDG_CONFIG_HOME="$HOME/.config"