Skip to content
Snippets Groups Projects
Commit 15e24a3a authored by gg's avatar gg
Browse files

bash bashing

parent fb7ffa48
No related branches found
No related tags found
No related merge requests found
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
if [ -f ~/.bashrc.local ]; then
. ~/.bashrc.local
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
.bashrc 0 → 100644
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# remove annoying global aliases
unalias l. ll ls vi
alias ..="tcsh -l"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment