commit 26a794a35b1eacd763bd0a5e59152d89e02e15c7 parent 2e3041332ad722f945190a2672c7fe56ad6a952e Author: Chris Bracken <chris@bracken.jp> Date: Mon, 9 Mar 2020 17:42:05 -0700 Add ~/.local/bin to PATH if it exists Diffstat:
M | .paths | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.paths b/.paths @@ -63,4 +63,5 @@ path_prepend "$HOME/.cargo/bin" path_prepend "$HOME/src/google-cloud-sdk/bin" # User's personal bin dir if it exists +path_prepend "$HOME/.local/bin" path_prepend "$HOME/bin"