clean up liquidprompt prompt
This commit is contained in:
parent
c0da1f9fd6
commit
1f6cd971d6
2 changed files with 32 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue