Skip to content

Instantly share code, notes, and snippets.

@Rafase282
Created April 29, 2017 03:17
Show Gist options
  • Save Rafase282/5fc5a3ab0b4bac7e5687261e13770768 to your computer and use it in GitHub Desktop.
Save Rafase282/5fc5a3ab0b4bac7e5687261e13770768 to your computer and use it in GitHub Desktop.
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment