From 71456b8f3fe2b8c17a358ed74ba61dc090066c5f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 19 Aug 2020 23:13:11 +0200 Subject: [PATCH] zsh: Remove lexicon function --- home/.zshrc.local | 7 ------- 1 file changed, 7 deletions(-) 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)