Skip to content

Instantly share code, notes, and snippets.

View irunatbullets's full-sized avatar

irunatbullets irunatbullets

  • Toulouse, France
View GitHub Profile
@irunatbullets
irunatbullets / _hg
Last active August 29, 2015 14:22 — forked from yuitowest/_hg
#compdef hg
# Zsh completion script for mercurial. Rename this file to _hg and copy
# it into your zsh function path `echo $FPATH` (It could be /usr/share/zsh/site-functions/,
# /usr/share/zsh/5.0.5/functions/, or /usr/local/Cellar/zsh/5.0.7/share/zsh/functions/)
#
# If you do not want to install it globally, you can copy it somewhere
# else and add that directory to $fpath. This must be done before
# compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc
# file could look like this: