Skip to content

Commit

Permalink
fix compability with new fish
Browse files Browse the repository at this point in the history
  • Loading branch information
merrickluo committed Dec 4, 2015
1 parent ca1bb12 commit 142c003
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions completions/proxy.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# See → fishshell.com/docs/current/commands.html#complete
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions init.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function init -a path --on-event init_proxy
if set -q proxy_host
_proxy_set "http://$proxy_host"
end
end

5 changes: 0 additions & 5 deletions proxy.load

This file was deleted.

3 changes: 3 additions & 0 deletions uninstall.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function uninstall --on-event uninstall_proxy
end

0 comments on commit 142c003

Please sign in to comment.