Adds support for pass

This commit is contained in:
2021-10-18 16:07:44 +02:00
parent 2e567f0a65
commit 611ab5791f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ DISABLE_AUTO_TITLE="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git myjump)
plugins=(git myjump pass)
source $ZSH/oh-my-zsh.sh