File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# ################################ PATH #################################
1313# {{{
1414# set PATH so it includes ~/bin
15- if [ -d " $HOME /bin" ] ; then
16- PATH=" $HOME /bin:$PATH "
15+ if [ -d " ${ HOME} /bin" ] ; then
16+ PATH=" ${ HOME} /bin:${ PATH} "
1717fi
1818
1919# set PATH so it includes ~/.local/bin
20- if [ -d " $HOME /.local/bin" ] ; then
21- PATH=" $HOME /.local/bin:$PATH "
20+ if [ -d " ${ HOME} /.local/bin" ] ; then
21+ PATH=" ${ HOME} /.local/bin:${ PATH} "
2222fi
2323
2424# Source Cargo's env
25- if [ -f " $HOME /.cargo/env" ] ; then
26- source " $HOME /.cargo/env"
25+ if [ -f " ${ HOME} /.cargo/env" ] ; then
26+ source " ${ HOME} /.cargo/env"
2727fi
2828
2929# }}}
Original file line number Diff line number Diff line change 66
77# set PATH so it includes ~/bin
88if [ -d " $HOME /bin" ] ; then
9- PATH=" $HOME /bin:$PATH "
9+ PATH=" ${ HOME} /bin:${ PATH} "
1010fi
1111
1212# set PATH so it includes ~/.local/bin
13- if [ -d " $HOME /.local/bin" ] ; then
14- PATH=" $HOME /.local/bin:$PATH "
13+ if [ -d " ${ HOME} /.local/bin" ] ; then
14+ PATH=" ${ HOME} /.local/bin:${ PATH} "
1515fi
1616
1717path+=/opt/nvim-linux64/bin
@@ -23,8 +23,8 @@ path+=/opt/nvim-linux64/bin
2323typeset -TUx PATH path
2424
2525# Source Cargo's env
26- if [ -f " $HOME /.cargo/env" ] ; then
27- source " $HOME /.cargo/env"
26+ if [ -f " ${ HOME} /.cargo/env" ] ; then
27+ source " ${ HOME} /.cargo/env"
2828fi
2929
3030# }}}
You can’t perform that action at this time.
0 commit comments