From 50cff80f7fc2347b19579b4ef1447a9aabf73f32 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 1 Dec 2023 13:25:24 -0500 Subject: [PATCH] Change bashrc path to be relative to home --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 239b2b2..e61f530 100644 --- a/.bashrc +++ b/.bashrc @@ -122,6 +122,6 @@ echo -e "${_PROMPT_HEAD_}#${_PROMPT_VAR_}\x1b[3m $(shuf -n 1 ~/.desktop/messages shopt -s histappend PROMPT_COMMAND="history -a; history -c; history -r;$PROMPT_COMMAND" -PROG=tea source "/home/tyler/.config/tea/autocomplete.sh" -PROG=pass source "/home/tyler/.local/bin/pass-completion.sh" +PROG=tea source "~/.config/tea/autocomplete.sh" +PROG=pass source "~/.local/bin/pass-completion.sh"