From 57bfbe214834562d8e0b99412b5a756732953f15 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 24 Dec 2013 13:48:27 -0500 Subject: Add bundle exec alias --- .zsh/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index 0eab20da..535cacaf 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -27,6 +27,8 @@ alias rm='rm -vI' alias gvim='gvim 2> /dev/null' +alias b='bundle exec' + alias sprunge='curl -F "sprunge=<-" http://sprunge.us' if which hub &> /dev/null; then -- cgit 1.4.1 0109d73845'/> IRC bouncer
about summary refs log tree commit diff
path: root/pounce.1 (unfollow)
Commit message (Expand)Author
2020-08-24Use configOpen to load localCAJune McEnroe
2020-08-24Use configPath to load client cert/privJune McEnroe
2020-08-24Use configOpen in getopt_configJune McEnroe
2020-08-24Import xdg.c from catgirlJune McEnroe
2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni
2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe
2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe
2020-08-13Fix unintended interception of NICK after registrationJune McEnroe
2020-08-12Add Additional Components section to READMEJune McEnroe
2020-08-12Document -L / palaver optionJune McEnroe
2020-08-11contrib/palaver: Document service configurationJune McEnroe
2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe
2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe