From 80a417fec805cc4a2795f9f76051f8561fda3342 Mon Sep 17 00:00:00 2001 From: Proctor Date: Wed, 18 Oct 2023 14:21:52 -0500 Subject: [PATCH] update bash dotfiles --- .bash_profile | 7 +++++-- .bashrc | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 668db59..3ce3a23 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,4 @@ +shopt -s globstar [[ -f ~/.bashrc ]] && . ~/.bashrc @@ -5,6 +6,8 @@ PATH=/usr/local/sbin:/usr/local/bin:~/bin:/usr/local/share/npm/bin:$PATH PATH=$PATH:$HOME MANPATH=$MANPATH:/usr/local/opt/erlang/lib/erlang/man +export XDG_CONFIG_HOME=$HOME/.config + set -o vi export EDITOR='nvim' @@ -110,6 +113,6 @@ export LESS_TERMCAP_us=$'\e'"[1;32m" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -[ -s ".config/broot/launcher/bash/br" ] && source /Users/sproctor/.config/broot/launcher/bash/br +[ -s "$HOME/.config/broot/launcher/bash/br" ] && source "$HOME/.config/broot/launcher/bash/br" -source /Users/proctor/.config/broot/launcher/bash/br +# source /Users/proctor/.config/broot/launcher/bash/br diff --git a/.bashrc b/.bashrc index e250963..daeea94 100644 --- a/.bashrc +++ b/.bashrc @@ -40,4 +40,4 @@ export XML_CATALOG_FILES=/usr/local/etc/xml/catalog # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. export PATH="$PATH:$HOME/.rvm/bin" -source /Users/proctor/.config/broot/launcher/bash/br +# source ~/.config/broot/launcher/bash/br