diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-08 16:23:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-08 16:23:17 +0800 |
commit | 9b56afac917732be8a35fa20d5d146a9d7dcdd11 (patch) | |
tree | 2fdc2feb28feecdbdaf10506987dbce5bf49edfd /_profile | |
parent | 10a00405096219fb1170f6ac886783f7e1c6d2d4 (diff) | |
download | dotfiles-9b56afac917732be8a35fa20d5d146a9d7dcdd11.tar.bz2 |
_profile: improve a comment
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 |