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. # Standard variables.
export_loop \ export_loop \
ENV '$HOME/.shrc' \ ENV '$HOME/.shrc' \
PS1 '"% "' \ PS1 '"; "' \
SUDO_PROMPT '"#"' \ SUDO_PROMPT '"#"' \
EDITOR 'vi' \ EDITOR 'vi' \
VISUAL 'vi' \ VISUAL 'vi' \

View file

@ -3,7 +3,7 @@
SHLVL = `{echo $SHLVL + 1 | bc} SHLVL = `{echo $SHLVL + 1 | bc}
oldifs = $ifs oldifs = $ifs
prompt = '% ' # The simplest possible prompt. prompt = '; ' # The simplest possible prompt.
fn % { fn % {
switch($#*){ switch($#*){
case 0 case 0