diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
