Skip to content

Instantly share code, notes, and snippets.

@tomykaira
Created May 26, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomykaira/749989894f72d0ad041e to your computer and use it in GitHub Desktop.
Save tomykaira/749989894f72d0ad041e to your computer and use it in GitHub Desktop.
. /etc/profile
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
if [ -f ~/svnconfig/bashrc ]; then
. ~/svnconfig/bashrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment