Change bashrc path to be relative to home
This commit is contained in:
parent
7c9ecccc7d
commit
50cff80f7f
4
.bashrc
4
.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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user