Change path on .bashrc
This commit is contained in:
parent
78f5f4733f
commit
06bcea1288
4
.bashrc
4
.bashrc
@ -122,6 +122,6 @@ echo -e "${_PROMPT_HEAD_}#${_PROMPT_VAR_}\x1b[3m $(shuf -n 1 ~/.desktop/messages
|
|||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
PROMPT_COMMAND="history -a; history -c; history -r;$PROMPT_COMMAND"
|
PROMPT_COMMAND="history -a; history -c; history -r;$PROMPT_COMMAND"
|
||||||
|
|
||||||
PROG=tea source "~/.config/tea/autocomplete.sh"
|
PROG=tea source "$HOME/.config/tea/autocomplete.sh"
|
||||||
PROG=pass source "~/.local/bin/pass-completion.sh"
|
PROG=pass source "$HOME/.local/bin/pass-completion.sh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user