Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@passcod
Last active September 27, 2015 07:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passcod/1234493 to your computer and use it in GitHub Desktop.
Save passcod/1234493 to your computer and use it in GitHub Desktop.
Excess
# Excess (v.FINAL)
# Félix Saparelli 2011-13
# Public Domain (CC0)
xs() { echo "Excess is dead. See https://github.com/passcod/bin"; }
xs-update() { xs; }
@passcod
Copy link
Author

passcod commented Sep 30, 2011

To install the first time, run:

curl https://raw.github.com/gist/1234493/4e3a06f891f60ffc8e981dd5322d0cc142fc8b13/.bash_aliases.sh > ~/.xs-src;
. ~/.xs-src; rm -f ~/.xs-src; xs; get-xs;

@passcod
Copy link
Author

passcod commented Sep 14, 2012

Breaking change from v.1.2:

get-xs is now xs-update and does not require xs to run.

Install using: curl https://raw.github.com/gist/1234493/.excess > ~/.excess
You'll need to source this yourself.

@passcod
Copy link
Author

passcod commented Dec 4, 2013

I doubt anybody else than me is using this, but I'm slowly replacing the functions in there by small scripts in ~/bin. See https://github.com/passcod/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment