zsh: Remove lexicon function

This commit is contained in:
Simon Bruder 2020-08-19 23:13:11 +02:00
parent 0115161a81
commit 71456b8f3f
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -74,13 +74,6 @@ function docker-rm() (
command docker-rm $@
)
## lexicon
function lecicon() (
export LEXICON_HENET_USERNAME="$(pass-field management/he User)"
export LEXICON_HENET_PASSWORD="$(pass management/he|head -n 1)"
lexicon $@
)
# Prompt
command -v starship >/dev/null && eval $(starship init zsh)