diff --git a/zsh/1password.zsh b/zsh/1password.zsh index 7a4b404..78ff869 100644 --- a/zsh/1password.zsh +++ b/zsh/1password.zsh @@ -80,6 +80,8 @@ setup_op_shell_plugins_using_functions() { echo -e "unalias ${alias_name}" echo -e "${alias_name}() {\n ${command} \"\$@\"\n}" done <<< "$aliases" > "$cache_file" + + source "$cache_file" } # Setup 1Password CLI shell plugin integration with custom function that makes