From e565cd01330d1a8525f5536f32aa55b0b17dbd27 Mon Sep 17 00:00:00 2001 From: surdeus Date: Wed, 12 Oct 2022 13:58:26 +0500 Subject: [PATCH] Change prompt -> ; . --- dot/file/profile | 2 +- profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/file/profile b/dot/file/profile index cc00acf..00f1912 100755 --- a/dot/file/profile +++ b/dot/file/profile @@ -22,7 +22,7 @@ q(){ # Standard variables. export_loop \ ENV '$HOME/.shrc' \ - PS1 '"% "' \ + PS1 '"; "' \ SUDO_PROMPT '"#"' \ EDITOR 'vi' \ VISUAL 'vi' \ diff --git a/profile b/profile index 41c190e..d818e0e 100644 --- a/profile +++ b/profile @@ -3,7 +3,7 @@ SHLVL = `{echo $SHLVL + 1 | bc} oldifs = $ifs -prompt = '% ' # The simplest possible prompt. +prompt = '; ' # The simplest possible prompt. fn % { switch($#*){ case 0