diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-13 19:33:53 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-13 19:33:53 -0400 |
| commit | e642731374e6bdd3a6d8a15998851ba8ac6cc822 (patch) | |
| tree | 543189a9bb9e487a2cd634e3732f135cf257a6bf /.bash_profile | |
| parent | 2f3f91682f7b4a33f1791781bfa8eca4f7c9527a (diff) | |
env changes
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 20a0b2a..f807124 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,6 +3,7 @@ if [ -f "$HOME/.bashrc" ]; then fi # Environment Variables +export PATH="$HOME/dotfiles/scripts/:$PATH" export EDITOR="/bin/emacs" # Create XDG Runtime Dir |
