diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-16 18:13:16 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-16 18:13:16 -0400 |
| commit | 8fad9a5ecddc88d57a531e4b0084544984f23d25 (patch) | |
| tree | 84954bc8219942aa56bc899330ccd0007bbe0ef0 /.config/profile | |
| parent | 2887af7fcfb4d618dd13cf66ec2fbdbd84c7527c (diff) | |
Added profile and other missing configs
Diffstat (limited to '.config/profile')
| -rw-r--r-- | .config/profile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/profile b/.config/profile new file mode 100644 index 0000000..4535e97 --- /dev/null +++ b/.config/profile @@ -0,0 +1,23 @@ +eval "$(/opt/homebrew/bin/brew shellenv)" +export PLAN9=/opt/plan9port +export CEDEV=/opt/CEdev +export ProMust=/opt/ProjectMustang +export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$PLAN9/bin:$HOME/Library/Python/3.9/bin:$HOME/go/bin + +EDITOR=nvim +HOMEBREW_EDITOR=nvim + +# Shell settings +export shColor=green +# export comSym=λ +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 |
