aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-08 16:23:17 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-08 16:23:17 +0800
commit9b56afac917732be8a35fa20d5d146a9d7dcdd11 (patch)
tree2fdc2feb28feecdbdaf10506987dbce5bf49edfd /_profile
parent10a00405096219fb1170f6ac886783f7e1c6d2d4 (diff)
downloaddotfiles-9b56afac917732be8a35fa20d5d146a9d7dcdd11.tar.bz2
_profile: improve a comment
Diffstat (limited to '_profile')
-rw-r--r--_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_profile b/_profile
index a89a3ba..89d0fad 100644
--- a/_profile
+++ b/_profile
@@ -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