diff options
author | Rory Dudley | 2025-09-08 05:04:54 -0600 |
---|---|---|
committer | Rory Dudley | 2025-09-08 05:12:46 -0600 |
commit | 2a5e3834047734b52df08d6505e6a36e2d447485 (patch) | |
tree | 464596923f08d62308a293852ca367ae762f25e6 /dist/etc | |
parent | 9bd00b9c4fe9d742fff87c1db6b6469449103900 (diff) | |
download | dwarvish-2a5e3834047734b52df08d6505e6a36e2d447485.tar.gz |
Change the default prompt charactertitles
Changed the default prompt character to ¥ (the yen symbol).
Signed-off-by: Rory Dudley <[email protected]>
Diffstat (limited to 'dist/etc')
-rw-r--r-- | dist/etc/dwvshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/etc/dwvshrc b/dist/etc/dwvshrc index 7f7314e..f731083 100644 --- a/dist/etc/dwvshrc +++ b/dist/etc/dwvshrc @@ -4,4 +4,4 @@ export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin # Default prompt -export PS1="|> " +export PS1=" ¥ " |