Change prompt -> ; .
This commit is contained in:
parent
3454d043a9
commit
e565cd0133
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ q(){
|
|||
# Standard variables.
|
||||
export_loop \
|
||||
ENV '$HOME/.shrc' \
|
||||
PS1 '"% "' \
|
||||
PS1 '"; "' \
|
||||
SUDO_PROMPT '"#"' \
|
||||
EDITOR 'vi' \
|
||||
VISUAL 'vi' \
|
||||
|
|
2
profile
2
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
|
||||
|
|
Loading…
Reference in a new issue