diff --git a/home/.zshrc.local b/home/.zshrc.local index b884239..d16f246 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -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)