diff options
author | Joshua Rahm <rahm@electron.lan> | 2022-12-31 13:10:40 -0700 |
---|---|---|
committer | Joshua Rahm <rahm@electron.lan> | 2022-12-31 13:10:40 -0700 |
commit | 2c86262b20c27b5c73d76160d8e763b463d6cdca (patch) | |
tree | 6cb39f234b1ab6c9ecca264f33249b369a34c96e | |
parent | e7b9c756cf2450dbe08753eab1c385ed7cbdc569 (diff) | |
download | zshrcd-2c86262b20c27b5c73d76160d8e763b463d6cdca.tar.gz zshrcd-2c86262b20c27b5c73d76160d8e763b463d6cdca.tar.bz2 zshrcd-2c86262b20c27b5c73d76160d8e763b463d6cdca.zip |
add electron.zsh prompt
-rw-r--r-- | prompts/electron.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prompts/electron.zsh b/prompts/electron.zsh new file mode 100644 index 0000000..9217492 --- /dev/null +++ b/prompts/electron.zsh @@ -0,0 +1,2 @@ +PROMPT='$(simple_prompt "%{\x1b[01;38;05;39m%}" "%{\x1b[01;38;05;51m%}")' +RPROMPT='$(simple_rprompt "%{\x1b[01;38;05;39m%}" "%{\x1b[01;38;05;51m%}")' |