summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-04-26 12:00:58 +0200
committermarcellus <msimon_fr@hotmail.com>2023-04-26 12:00:58 +0200
commitb0ae0d055deac58ff601ff03bb9338efe547e064 (patch)
treee0da217a4785b0a2c1fe141fba28e3ee82180f39 /zsh/.zshenv
parentdf8cb9d15446196a0c1d6dfceb8f5e2a92b4a5a4 (diff)
fix: fixed config path
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
new file mode 100644
index 0000000..88560b6
--- /dev/null
+++ b/zsh/.zshenv
@@ -0,0 +1,2 @@
+export PATH="$HOME/:$PATH"
+TERMINAL="st"