commit 7ad6dff3c0f0b6b978f95638101885f5f302230a
parent 6e0a32883a1d64f53e53bd281775b26db74b4abe
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 18 Jun 2020 23:41:04 -0400
Switch PATH to use new scripts location
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.profile b/.profile
@@ -18,16 +18,16 @@ fi
# Set PATH to include my local scripts
if [ -d "$HOME/scripts/bash" ]; then
- PATH="$PATH:$HOME/scripts/bash"
+ PATH="$PATH:$HOME/docs/scripts/bash"
fi
if [ -d "$HOME/scripts/sh" ]; then
- PATH="$PATH:$HOME/scripts/sh"
+ PATH="$PATH:$HOME/docs/scripts/sh"
fi
if [ -d "$HOME/scripts/perl" ]; then
- PATH="$PATH:$HOME/scripts/perl"
+ PATH="$PATH:$HOME/docs/scripts/perl"
fi
if [ -d "$HOME/scripts/python" ]; then
- PATH="$PATH:$HOME/scripts/python"
+ PATH="$PATH:$HOME/docs/scripts/python"
fi
# Set PATH to include my local binaries