* mention additions go at the bottom (e.g. 'source' scripts), in case
they fail (due to nonexistence), so that the rest is still executed * export $MKSH (users can set SHELL=$MKSH here, but I'm conservative)
This commit is contained in:
parent
17a3fffc26
commit
8a59ee0311
@ -1,4 +1,6 @@
|
|||||||
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.3 2006/08/28 01:34:47 tg Exp $
|
# $MirOS: src/bin/mksh/dot.mkshrc,v 1.4 2007/01/04 23:40:50 tg Exp $
|
||||||
|
#-
|
||||||
|
# Add user-defined additions at the end, to prevent abortion on failure.
|
||||||
|
|
||||||
: ${EDITOR:=/bin/ed} ${HOSTNAME:=$(hostname -s 2>/dev/null || hostname)}
|
: ${EDITOR:=/bin/ed} ${HOSTNAME:=$(hostname -s 2>/dev/null || hostname)}
|
||||||
PS1='$(((rv=$?)) && print $rv\|)${USER:=$(id -un)}@${HOSTNAME:=nil}:$(
|
PS1='$(((rv=$?)) && print $rv\|)${USER:=$(id -un)}@${HOSTNAME:=nil}:$(
|
||||||
@ -15,8 +17,8 @@ PS1='$(((rv=$?)) && print $rv\|)${USER:=$(id -un)}@${HOSTNAME:=nil}:$(
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
print -r -- "$pfx$wd")'" $(if (( $(id -u) )); then
|
print -r -- "$pfx$wd")'" $(if (( $(id -u) )); then
|
||||||
print \$; else print \#; fi) "
|
print \$; else print \#; fi) " MKSH=$(whence -p mksh)
|
||||||
export EDITOR HOSTNAME PS1 USER
|
export EDITOR HOSTNAME MKSH PS1 USER
|
||||||
|
|
||||||
alias l='/bin/ls -F'
|
alias l='/bin/ls -F'
|
||||||
alias la='l -a'
|
alias la='l -a'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user