Skip to content

Instantly share code, notes, and snippets.

@Smudge3806
Last active February 23, 2018 14:44
Show Gist options
  • Save Smudge3806/b11524e0ba0082db3e123727292becb7 to your computer and use it in GitHub Desktop.
Save Smudge3806/b11524e0ba0082db3e123727292becb7 to your computer and use it in GitHub Desktop.
#!/bin/bash
[ -r /etc/bashrc ] && . /etc/bashrc
[ -r ~/.bashrc ] && . ~/.bashrc
[ -r ~/.bash_aliases ] && . ~/.bash_aliases
[ -r ~/.posh_bash ] && . ~/.posh_bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment