From 6b6e91707ecf621a0bedad154351db8f1ccc2123 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 26 Oct 2022 11:10:13 -0400 Subject: Working on merging to one branch --- .config/profile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .config/profile (limited to '.config/profile') diff --git a/.config/profile b/.config/profile deleted file mode 100644 index 569c8d0..0000000 --- a/.config/profile +++ /dev/null @@ -1,22 +0,0 @@ -eval "$(/opt/homebrew/bin/brew shellenv)" -export CEDEV=/opt/CEdev -export ProMust=/opt/ProjectMustang -export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/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 -- cgit v1.2.3