mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
update bash dotfiles
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
shopt -s globstar
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
@@ -5,6 +6,8 @@ PATH=/usr/local/sbin:/usr/local/bin:~/bin:/usr/local/share/npm/bin:$PATH
|
|||||||
PATH=$PATH:$HOME
|
PATH=$PATH:$HOME
|
||||||
MANPATH=$MANPATH:/usr/local/opt/erlang/lib/erlang/man
|
MANPATH=$MANPATH:/usr/local/opt/erlang/lib/erlang/man
|
||||||
|
|
||||||
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
export EDITOR='nvim'
|
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 "$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 "$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
|
||||||
|
|||||||
2
.bashrc
2
.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.
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
export PATH="$PATH:$HOME/.rvm/bin"
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|
||||||
source /Users/proctor/.config/broot/launcher/bash/br
|
# source ~/.config/broot/launcher/bash/br
|
||||||
|
|||||||
Reference in New Issue
Block a user