Compare commits

...

3 Commits

2 changed files with 4 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 "~/.config/tea/autocomplete.sh"
PROG=pass source "~/.local/bin/pass-completion.sh"
PROG=tea source "$HOME/.config/tea/autocomplete.sh"
PROG=pass source "$HOME/.local/bin/pass-completion.sh"

View File

@ -12,3 +12,5 @@
clean = git-lfs clean -- %f
[commit]
gpgsign = true
[pull]
rebase = false