Change prompt -> ; .

This commit is contained in:
Andrey Parhomenko 2022-10-12 13:58:26 +05:00
parent 3454d043a9
commit e565cd0133
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ q(){
# Standard variables.
export_loop \
ENV '$HOME/.shrc' \
PS1 '"% "' \
PS1 '"; "' \
SUDO_PROMPT '"#"' \
EDITOR 'vi' \
VISUAL 'vi' \

View file

@ -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