diff options
author | Adam Hovorka <[email protected]> | 2020-05-19 16:23:43 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-05-19 16:23:43 -0600 |
commit | dd31e008c9a55e53c4a2ccc3cf4ca5c83dd2ef5a (patch) | |
tree | f1f720dec0cc9bcc3747e8871914103ce542efed /base | |
parent | b75d3bb22bf773ccd2ca9331808f0c2018f2fab9 (diff) |
Enable local pass extensions by default
Diffstat (limited to 'base')
-rw-r--r-- | base/zsh/functions.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/zsh/functions.zsh b/base/zsh/functions.zsh index f1a54f5..9f02ffa 100644 --- a/base/zsh/functions.zsh +++ b/base/zsh/functions.zsh @@ -45,3 +45,5 @@ colors() { echo -ne "\e[48;5;${i}m ${i} " done; echo -e "\e[0m" } + +export PASSWORD_STORE_ENABLE_EXTENSIONS=true |