zsh: Remove lexicon function
This commit is contained in:
parent
0115161a81
commit
71456b8f3f
|
@ -74,13 +74,6 @@ function docker-rm() (
|
||||||
command 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
|
# Prompt
|
||||||
command -v starship >/dev/null && eval $(starship init zsh)
|
command -v starship >/dev/null && eval $(starship init zsh)
|
||||||
|
|
||||||
|
|
Reference in a new issue