about summary refs log tree commit diff
path: root/.config/shell/vars
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 20:47:37 +0000
committervenomade <venomade@venomade.com>2025-02-27 20:47:37 +0000
commitb87c6f3921949bcae8d9ba7d32a7c19ac70fdde1 (patch)
tree68587d186d5a4d4373e8259dfcff3e75e6992997 /.config/shell/vars
parent5a6a95a564ee563b03cfe2310e73a9560bdfca8e (diff)
Add Global Aliases and Variables
Diffstat (limited to '.config/shell/vars')
-rw-r--r--.config/shell/vars3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/shell/vars b/.config/shell/vars
new file mode 100644
index 0000000..11f8faa
--- /dev/null
+++ b/.config/shell/vars
@@ -0,0 +1,3 @@
+export PATH="$PATH:$HOME/.local/bin"
+
+export EDITOR=mg
\ No newline at end of file