Mercurial > dotfiles
comparison dot_bashrc @ 294:8651c133a990
Add cargo bin folder to path
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 04 Nov 2020 17:41:57 +0100 |
parents | 450e01f9d3bd |
children | 205d82eb93b4 |
comparison
equal
deleted
inserted
replaced
293:b29fc37fe1f0 | 294:8651c133a990 |
---|---|
27 export HISTINGORE="pwd:ls:history" | 27 export HISTINGORE="pwd:ls:history" |
28 | 28 |
29 export XDG_CONFIG_HOME=$HOME/.config | 29 export XDG_CONFIG_HOME=$HOME/.config |
30 | 30 |
31 PATH=$HOME/bin:$PATH | 31 PATH=$HOME/bin:$PATH |
32 PATH=$HOME/.cargo/bin:$PATH | |
32 | 33 |
33 cd_func () | 34 cd_func () |
34 { | 35 { |
35 local x2 the_new_dir adir index | 36 local x2 the_new_dir adir index |
36 local -i cnt | 37 local -i cnt |