added linuxbrew to path
This commit is contained in:
parent
baa2119b5f
commit
22e27cb684
1 changed files with 2 additions and 1 deletions
|
@ -11,10 +11,11 @@ path+=(/opt/android-sdk/build-tools/26.0.1)
|
||||||
path+=(${HOME}/.gem/ruby/2.4.0/bin)
|
path+=(${HOME}/.gem/ruby/2.4.0/bin)
|
||||||
path+=(${DOTLIB}/welder/bin)
|
path+=(${DOTLIB}/welder/bin)
|
||||||
path+=(${DOTLIB}/basher/bin)
|
path+=(${DOTLIB}/basher/bin)
|
||||||
|
path+=(/home/linuxbrew/.linuxbrew/bin)
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# Editor Setting
|
# Editor Setting
|
||||||
export EDITOR='vim'
|
export EDITOR='nano'
|
||||||
|
|
||||||
# Completions Paths
|
# Completions Paths
|
||||||
fpath+=(${DOTLIB}/completions/src)
|
fpath+=(${DOTLIB}/completions/src)
|
||||||
|
|
Loading…
Add table
Reference in a new issue