alias ebashrc="gedit $HOME/.bashrc" alias eetcbashrc="sudo gedit /etc/bash.bashrc" alias eetcprofile="sudo gedit /etc/profile" alias eprofile="gedit $HOME/.bash_profile" alias cbashrc="cp $HOME/.bashrc $BASH_SHELL_BASE/setup/user" alias cetcbashrc="cp /etc/bash.bashrc $BASH_SHELL_BASE/setup/etc" alias cprofile="cp $HOME/.bash_profile $BASH_SHELL_BASE/setup/user" alias cetcprofile="cp /etc/profile $BASH_SHELL_BASE/setup/etc"