diff options
Diffstat (limited to 'zsh/functions/pm')
| -rw-r--r-- | zsh/functions/pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/functions/pm b/zsh/functions/pm new file mode 100644 index 0000000..00cdc73 --- /dev/null +++ b/zsh/functions/pm @@ -0,0 +1,6 @@ +# -*- mode: shell-script -*- + +pm() { + PS1="🔒 ${PS1}" + fc -p +} |
