mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
update bash_profile for path settings
This commit is contained in:
@@ -2,14 +2,16 @@
|
|||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
PATH=/usr/local/bin:~/bin:/usr/local/share/npm/bin:$PATH
|
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
|
||||||
|
|
||||||
set -o vi
|
set -o vi
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|
||||||
if which brew 2>/dev/null && [ -f $(brew --prefix)/etc/bash_completion ]; then
|
if which brew 2>/dev/null && [[ -f $(brew --prefix)/etc/bash_completion ]]; then
|
||||||
. $(brew --prefix)/etc/bash_completion
|
. $(brew --prefix)/etc/bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user