correct quote nesting

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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.