From 9b56afac917732be8a35fa20d5d146a9d7dcdd11 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 8 May 2016 16:23:17 +0800 Subject: _profile: improve a comment --- _profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.2