diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 9ade9bcdfe5b58d2abb00d4a25888cb6d291d90e..eb1169a67fe67ed1be598e8648ac1e4da4d20ab4 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -149,7 +149,7 @@ export BW_SESSION="{{ .bw_session }}" export OPENAI_API_KEY="{{- .openai_api_key -}}" # Authenticate to local Radicle (.xyz) node -export RAD_PASSWORD="{{ (bitwarden "item" "ded65872-71a1-4cdd-8e13-b12a00f84163").login.password }}" +export RAD_PASSWORD='{{ (bitwarden "item" "ded65872-71a1-4cdd-8e13-b12a00f84163").login.password }}' #HYPHEN_INSENSITIVE="true" # Uncomment the following line if pasting URLs and other text is messed up.