# The purpose of this file is to tailor the user's
# environment by setting aliases and shell options
alias i='cd /etc/init.d'
alias zctar='zcat fundies.tar.Z | tar xvf -'
alias svcs-d='svcs -d svc:/system/filesystem/local:default'
alias svcs-D='svcs -D svc:/system/filesystem/local'
alias svcs-d1='svcs -d milestone/multi-user:default'
alias i='cd /etc/init.d'
alias ifp='ifconfig -a'
alias conf='cat /etc/nsswitch.conf'
alias ser='cat /etc/services'
alias pcont='cat /var/sadm/install/contents'
alias sulog='tail -20 /var/adm/sulog'
alias insdata='more /var/sadm/install_data/install_log'
alias pti='more /etc/path_to_inst'
alias ll='ls -lF'
alias ls='ls -F'
alias daemon='ps -ef | more'
alias dt='dtterm -name "$HOME on `uname -n`" '
alias vol='volcheck -v /dev/diskette'
alias flop='cd /floppy/floppy0'
alias x='cd /export/home'
alias ej=eject
alias xis1='xeyes -fg orange -bg blue -outline red -bd yellow -center white&'
alias xis2='xeyes -fg blue -bg yellow -outline red -bd yellow -center green&'
alias xis3='nohup xeyes -fg black -bg grey -outline red -bd yellow -center yellow&'
alias h='history -127' # display the last 127 lines in history file
alias cl=clear # clear the screen
set -o vi # switch on command line editing
set -o noclobber # switch off the ability to overwrite existing files with redirection