diff options
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ ### PATH -# local installed (python) packages +# local installed packages (e.g., python) if [ -d "$HOME/.local/bin" ]; then export PATH="$HOME/.local/bin:$PATH" fi |