diff --git a/plugins/exitcodesmiley.md b/plugins/exitcodesmiley.md new file mode 100644 index 0000000..c324463 --- /dev/null +++ b/plugins/exitcodesmiley.md @@ -0,0 +1,7 @@ +# Exit Code Smiley + ++ Plugin Name: `exit_code_smiley` ++ Config Variables + + `WISH_EXIT_CODE_SMILEY_PASS`: Text to show when the last command ran successfully. Default: `:)` + + `WISH_EXIT_CODE_SMILEY_FAIL`: Text to show when the last command failed. Default: `:(` + +