Change bashrc path to be relative to home

This commit is contained in:
Tyler Perkins 2023-12-01 13:25:24 -05:00
parent 7c9ecccc7d
commit 50cff80f7f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 2 additions and 2 deletions

View File

@ -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"