File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / hosts / default / root / .bashrc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:48 2020 UTC (4 years, 1 month ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

# don't store duplicate entries in the history
export HISTCONTROL=erasedups
# use a simple prompt of host:pwd# (user is always root)
PS1='\h:\w\$ '
# set the terminal title to host:pwd
case $TERM in
xterm*)
	PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME}:${PWD}\007"'
	;;
esac


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>