Mercurial > dotfiles
comparison dot_bashrc @ 314:205d82eb93b4
Add local installs to path
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 17 Dec 2020 14:56:39 +0100 |
parents | 8651c133a990 |
children | 7838713fd3b4 |
comparison
equal
deleted
inserted
replaced
313:a1ed17cc354b | 314:205d82eb93b4 |
---|---|
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 PATH=$HOME/.cargo/bin:$PATH |
33 PATH=$HOME/.local/bin:$PATH | |
33 | 34 |
34 cd_func () | 35 cd_func () |
35 { | 36 { |
36 local x2 the_new_dir adir index | 37 local x2 the_new_dir adir index |
37 local -i cnt | 38 local -i cnt |