summaryrefslogtreecommitdiff
path: root/.config/openbsdProfile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-10-26 11:10:13 -0400
commit6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch)
treee0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/openbsdProfile
parent161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff)
Working on merging to one branch
Diffstat (limited to '.config/openbsdProfile')
-rw-r--r--.config/openbsdProfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/openbsdProfile b/.config/openbsdProfile
new file mode 100644
index 0000000..83fc41d
--- /dev/null
+++ b/.config/openbsdProfile
@@ -0,0 +1,18 @@
+PATH=$HOME/.local/bin:$HOME/go/bin:/usr/local/jdk-17/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
+export PATH HOME TERM
+
+export EDITOR=nvim
+
+# Shell settings
+export shColor=green
+export comSym=λ
+
+# Setting up XDG Dirs
+export XDG_CONFIG_HOME=$HOME/.config
+export XDG_CACHE_HOME=$HOME/.cache
+export XDG_DATA_HOME=$HOME/.local/share
+
+# Moving Folder and Files from ~/
+export LESSHISTFILE=-
+export ENV="$XDG_CONFIG_HOME"/shells/ksh/kshrc
+export ZDOTDIR="$XDG_CONFIG_HOME"/shells/zsh