I want to add aliases to my terminal, so I wondered around the internet until I figured out how.
i put a .bashrc in my home folder that looks like this:
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
#
#
#
alias lxplus="ssh asachs@lxplus.cern.ch"
alias home="cd ~/"
That is the only thing i've changed about bash and now when I type the command bash in terminal, i get the error message:
Segmentation fault: 11
OS 10.7.4
i put a .bashrc in my home folder that looks like this:
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
#
#
#
alias lxplus="ssh asachs@lxplus.cern.ch"
alias home="cd ~/"
That is the only thing i've changed about bash and now when I type the command bash in terminal, i get the error message:
Segmentation fault: 11
OS 10.7.4