add -i to cider, icdiff growl-fork and terminal notifier.

This commit is contained in:
Ivan Malison 2014-12-18 09:31:22 -08:00
parent 090356f14e
commit 63f8f12b6c
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"flux",
"google-chrome",
"google-hangouts",
"growl-fork",
"growlnotify",
"heroku-toolbelt",
"iterm2",
@ -66,6 +67,7 @@
"heroku-toolbelt",
"htop-osx",
"hub",
"icdiff",
"icu4c",
"intltool",
"ispell",
@ -114,6 +116,7 @@
"sleuthkit",
"sqlite",
"subversion",
"terminal-notifier",
"the_silver_searcher",
"tig",
"tmux",

View File

@ -1,3 +1,5 @@
is_osx || return
function set_global_osx_ssh_port {
set_osx_ssh_port $1 /System/Library/LaunchDaemons/ssh.plist
}

View File

@ -44,7 +44,7 @@ def cider(ctx):
ctx.run('brew install caskroom/cask/brew-cask')
if not util.command_exists('cider'):
ctx.run('sudo pip install cider')
ctx.run('cider restore')
ctx.run('cider restore -i')
@ctask