diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 14:56:57 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2024-12-05 14:56:57 -0500 |
| commit | f1a464ca4b002c9b7fad73ed97d562b979319931 (patch) | |
| tree | 86b69a6801beb0d59b8012e3a8097334a3d225f6 /.config/macosProfile | |
| parent | 1a1bc3c5c719e22445f8d00d95a149201a5041e7 (diff) | |
Unified Profile
Diffstat (limited to '.config/macosProfile')
| -rw-r--r-- | .config/macosProfile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.config/macosProfile b/.config/macosProfile deleted file mode 100644 index 17db44d..0000000 --- a/.config/macosProfile +++ /dev/null @@ -1,26 +0,0 @@ -eval "$(/opt/homebrew/bin/brew shellenv)" -export CEDEV=/opt/CEdev -export ProMust=/opt/ProjectMustang -export PLAN9=$HOME/plan9 -export PATH=/opt/homebrew/opt/llvm/bin:$ProMust/bin:~/.codon/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin:$PLAN9/bin - -export EDITOR=nvim -export 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 - -# Added by LM Studio CLI (lms) -export PATH="$PATH:/Users/jmm/.cache/lm-studio/bin" |
