03022024
This commit is contained in:
parent
4eb9d08861
commit
46ad5bb028
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ export FZF_DEFAULT_OPTS=$FZF_DEFAULT_OPTS'
|
||||||
|
|
||||||
# paths
|
# paths
|
||||||
## rust
|
## rust
|
||||||
source $HOME/.cargo/env
|
if [[ -e "$HOME/.cargo/env" ]]; then
|
||||||
|
source $HOME/.cargo/env
|
||||||
|
fi
|
||||||
## all from local/bin
|
## all from local/bin
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
## pdtm
|
## pdtm
|
||||||
|
|
Loading…
Add table
Reference in a new issue