diff options
| author | Marc Vertes <mvertes@free.fr> | 2026-03-11 10:26:00 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2026-03-11 10:26:00 +0100 |
| commit | 9d03eb437875790909a17517fd0769d207b05289 (patch) | |
| tree | 0398897633ab7a174403d854fa34a816cfd5f6d8 | |
| parent | 1a7c9ae788dc048c903f1ed24112e143b39f35fd (diff) | |
update
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | .profile | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -127,7 +127,3 @@ type -t command_not_found_handle >/dev/null || command_not_found_handle() { # Display git status in prompt . ~/.bash-powerline.sh - -. "$HOME/.cargo/env" - -. "$HOME/.local/bin/env" @@ -38,4 +38,6 @@ if [ -f "$HOME/.cargo/env" ]; then . "$HOME/.cargo/env" fi +if [ -f "$HOME/.local/bin/env" ]; then . "$HOME/.local/bin/env" +fi |
