# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin:/usr/sbin:/usr/local/sbin:/sbin

export PATH
export HISTTIMEFORMAT="%F %T "
unset USERNAME


shortcut() {
	/usr/bin/sudo /usr/bin/rootsh --no-syslog -d /var/log/rootsh
}
alias nlroot=shortcut
