From 2a5e3834047734b52df08d6505e6a36e2d447485 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Mon, 8 Sep 2025 05:04:54 -0600 Subject: Change the default prompt character Changed the default prompt character to ¥ (the yen symbol). Signed-off-by: Rory Dudley --- dist/etc/dwvshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') 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=" ¥ " -- cgit v1.2.3