From e218ccbbcafa85e024a7195fda829b50ecf8877d Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 28 Sep 2022 21:34:54 -0700 Subject: [PATCH] Update libfile paths --- bash/bin/fedit.sh | 3 +-- bash/bin/quickdel.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/bash/bin/fedit.sh b/bash/bin/fedit.sh index 4e50ac3..460af56 100755 --- a/bash/bin/fedit.sh +++ b/bash/bin/fedit.sh @@ -5,8 +5,7 @@ set -e trap 'exit 1' SIGINT # Source library -#LIBDIR="/usr/share/file-scripts/" -LIBDIR="$HOME/Projects/file-scripts/misc/" +LIBDIR="/usr/share/file-scripts/" for f in "$LIBDIR"/*.sh; do source "${f}" diff --git a/bash/bin/quickdel.sh b/bash/bin/quickdel.sh index 1e99bb0..0268e79 100755 --- a/bash/bin/quickdel.sh +++ b/bash/bin/quickdel.sh @@ -5,8 +5,7 @@ set -e trap 'exit 1' SIGINT # ========== Source library ========== -#LIBDIR="/usr/share/file-scripts/" -LIBDIR="$HOME/Projects/file-scripts/misc" +LIBDIR="/usr/share/file-scripts/" for f in "$LIBDIR"/*.sh; do source "${f}"