summaryrefslogtreecommitdiff
path: root/.config/openbsdProfile
blob: 83fc41d7104cfc71b32e2e2dc9e030c8334d73a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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