clean up liquidprompt prompt

This commit is contained in:
Don Harper 2023-11-23 09:51:23 -06:00
parent c0da1f9fd6
commit 1f6cd971d6
2 changed files with 32 additions and 29 deletions

View file

@ -150,7 +150,6 @@ then
test -f "${HOME}/.bash_aliases" && . ${HOME}/.bash_aliases
test -f "${HOME}/.bash_local" && . ${HOME}/.bash_local
test -f "${HOME}/.liquidprompt/liquidprompt" && . ${HOME}/.liquidprompt/liquidprompt
file=$(\ls -1d /nix/store/*-$(\ls -1d /nix/store/*-liquidprompt-* | grep -v drv | awk -F- '{printf("%s-%s\n",$2,$3)}' | tail -n1) | tail -n1)
test -f ${file}/bin/liquidprompt && . ${file}/bin/liquidprompt