From 0ed8d05c3a0c8859a528344e7a2bdf0b7521c98b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 19 Feb 2019 13:54:58 -0500 Subject: [PATCH] shortcuts location changed in prof --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 949f3d6..e3c63cd 100644 --- a/.profile +++ b/.profile @@ -23,7 +23,7 @@ export LESS_TERMCAP_se="$(printf '%b' '')"; a="${a%_}" export LESS_TERMCAP_us="$(printf '%b' '')"; a="${a%_}" export LESS_TERMCAP_ue="$(printf '%b' '')"; a="${a%_}" -[ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1 +[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"