aboutsummaryrefslogtreecommitdiffstats
path: root/bash.setup.sh
blob: 22aca5050c42541c5194c7fea369de289c671329 (plain)
1
2
3
4
5
6
7
8
: ${USER:=$LOGNAME}
PS1="${USER}@`hostname` \!:: "
alias ll='ls -lrt'
alias hi='history 100'
alias rm='rm -i'
bind '"\C-p": history-search-backward' '"\C-n": history-search-forward'

cd /opt/dcae-startup-vm-controller