Skip to content

Instantly share code, notes, and snippets.

@gbirke
Last active September 27, 2015 12:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbirke/1267907 to your computer and use it in GitHub Desktop.
Save gbirke/1267907 to your computer and use it in GitHub Desktop.
My default .alias file
# You can copy this file to your computer with the following command:
# wget https://gist.github.com/raw/1267907/.alias
# include in your .bash_profile with "source .alias" or do the following:
# ln -s .alias .bash_aliases
alias ll="ls -al"
alias ..="cd .."
alias ...="cd ../.."
alias pu=pushd
alias po=popd
alias psgrep="psgrep -a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment