Commit Graph

514 Commits (5662032b8741aeea697bb2e76a6b744ae8aeb797)
 

Author SHA1 Message Date
jeremiejig dbbd047cc6 Setting the correct fd when piped 10 years ago
Bruno Pinto 591330b12c Merge pull request #192 from grelkin-features/columnize-marks-output 10 years ago
Alexander Grigoriev 7169901224 marks output columnized 10 years ago
Bruno a0e74e0008 Merge pull request #191 from afarrell/add_peco_plugin
Add peco plugin
10 years ago
Alex Farrell 06086ca17a Add peco plugin 10 years ago
Bruno 4aeb4ac517 Merge pull request #159 from bpinto/mit_license
MIT License
10 years ago
Bruno Pinto bbe2f075b8 MIT License 10 years ago
Bruno Pinto 811e469275 Merge pull request #175 from jhillyerd/gi-fix 10 years ago
James Hillyerd a42e564fa2 Add README.md for gi 10 years ago
James Hillyerd 5829ff0f5a Redesign gitignore plugin
- removed code that fetches completions frim gitignore.io each time fish
  is started -- makes logins slow!
- gi.load becomes gi.fish, only contains gi function
- add _update_gi_completions.fish: fetches list of completions from
  gitignore.io and places it into ~/.config/fish/completions
- modify gi function to accept update-completions argument
10 years ago
Bruno Pinto 1e7e712f87 fix #175: add /usr/local/sbin to PATH for brew 10 years ago
Bruno Pinto df2cf7e33e removing no longer used function 10 years ago
Bruno 9dce85c993 Merge pull request #188 from syl20bnr/ranger_mac_support
Add Mac OS X compatibility for ranger feature of syl20bnr theme
10 years ago
syl20bnr ba780ef93f Add Mac OS X compatibility for ranger feature of syl20bnr theme 10 years ago
Bruno Pinto 59ada029a4 Merge pull request #179 from ngroup/master 10 years ago
ngroup e2015c111e remove the screenshot 10 years ago
ngroup 2c92fd8b54 Update README.md 10 years ago
ngroup 493dc481e6 Update README.md 10 years ago
ngroup 27e89495ef update theme "ocean" README 10 years ago
ngroup 47140efa2b update theme "ocean" README 10 years ago
ngroup fca7516642 add theme "ocean" 10 years ago
Bruno eefe9f297e Merge pull request #186 from jeremiejig/fixREADME
Correct unicode point in some ReadMe
10 years ago
jeremiejig 22da9f8098 fix a character was ⭠ U+2B60 now  U+E0A0
README of agnoster and bobthefish
10 years ago
Bruno Pinto cd78009ace Merge pull request #180 from syl20bnr/macosx_compatibility 10 years ago
syl20bnr c137a4f1b1 Mac OSX support for syl20bnr theme 10 years ago
Bruno Pinto ef0f1f8c40 adds dashing to bundled commands 10 years ago
Bruno 907f7f5ff0 Merge pull request #181 from schmitzjake/master
removed deprecation warning, vi-mode in fish not yet implemented
10 years ago
Jake Schmitz 7c1d37eafd removed deprecation warning, vi-mode in fish not yet implemented 10 years ago
Bruno f678dedc49 Merge pull request #173 from jhillyerd/proxy
Bug fix: Don't auto-set proxy variables if proxy_host unset
10 years ago
James Hillyerd 22d6ab84f0 Don't auto-set proxy variables if proxy_host unset
- The proxy plugin would create broken environment variables if it was
  enabled but proxy_host was not defined.
10 years ago
Bruno Pinto 0bfc97953e Merge pull request #166 from jhillyerd/yimmy 10 years ago
James Hillyerd 8d119cf6de Missing semicolon after begin statement 10 years ago
James Hillyerd 5544653913 Move screnshot to Github pull request 10 years ago
James Hillyerd d7b7525f78 Add screenshot to README 10 years ago
James Hillyerd 9eb6977799 Screenshot 10 years ago
James Hillyerd 4c60b6adf7 Add LS_COLORS to theme 10 years ago
James Hillyerd 3c152395a2 Make more fish like
- Cache hostname & prompt char
- Use > instead of %
10 years ago
James Hillyerd ad626cb7fa Use __fish_git_prompt 10 years ago
James Hillyerd 1e04277352 Update README 10 years ago
James Hillyerd e581bbb01b Add yimmy theme 10 years ago
Bruno Pinto b2003fccbb Merge pull request #168 from jhillyerd/proxy 10 years ago
James Hillyerd f5d3109d86 OS X `head` command does not support `-` argument for STDIN 10 years ago
James Hillyerd 4346f6b365 Removed NO_PROXY from README.md 10 years ago
James Hillyerd d076e5e289 Update README, remove no_proxy
- README updated with more information about the proxy environment
  varialbes
- no_proxy/NO_PROXY removed from variables being set, it was being used
  incorrectly
diff --git a/plugins/proxy/README.md b/plugins/proxy/README.md index
819d032..3086618 100644 --- a/plugins/proxy/README.md +++
b/plugins/proxy/README.md @@ -2,7 +2,14 @@ proxy plugin ============

 The proxy plugin provides a couple helper functions to those of us who
 are -stuck behind HTTP/HTTPS/FTP proxies that require authentication.
 +stuck behind HTTP/HTTPS/FTP proxies that require authentication.  The
 variables +it exports are used by many command-line and GUI
 applications on Linux, as well +as [MacPorts][1] and [Homebrew][2] on
 OS X.  + +Both uppercase and lowercase versions of the proxy
 environment variables are +set, some applications are case sensitive.
 If you'd like to learn more about +the use of these variables, this
 [Arch Wiki Article][3] is a good place to +start.

 ## Usage

@@ -28,7 +35,6 @@ The proxy plugin will prepend `http://` for you.
Here's the result: ftp_proxy http://myproxy.example.com:8000 http_proxy
http://myproxy.example.com:8000 https_proxy
http://myproxy.example.com:8000
-    no_proxy http://myproxy.example.com:8000

 ### With authentication

@@ -43,3 +49,7 @@ for a password and setup your environment.  If you
didn't setup a proxy_user variable, you will be prompted for a username.

 If you wish to clear your proxy variables, run `noproxy`.  + +[1]:
 http://www.macports.org/ +[2]: http://brew.sh/ +[3]:
 https://wiki.archlinux.org/index.php/proxy_settings
diff --git a/plugins/proxy/_proxy_set.fish b/plugins/proxy/_proxy_set.fish
index b692bf0..e55d29e 100644
--- a/plugins/proxy/_proxy_set.fish
+++ b/plugins/proxy/_proxy_set.fish
@@ -1,8 +1,10 @@
 function _proxy_set -a proxy \
   -d "Set all proxy vars to specified value"

-  set -l envars http_proxy ftp_proxy https_proxy all_proxy no_proxy \
-    HTTP_PROXY HTTPS_PROXY FTP_PROXY NO_PROXY ALL_PROXY
+  set -l envars http_proxy HTTP_PROXY \
+    https_proxy HTTPS_PROXY \
+    ftp_proxy FTP_PROXY \
+    all_proxy ALL_PROXY
   for envar in $envars
     if test $proxy = '-e'
       set -e $envar
10 years ago
James Hillyerd 4682480ea6 Initial commit of proxy plugin 10 years ago
Bruno Pinto ec34dbdc9c deprecating vi-mode plugin 10 years ago
Bruno Pinto d24bc6f074 deprecating rake plugin 10 years ago
Bruno Pinto c32afc6918 Merge pull request #169 from rominf/bak 10 years ago
Roman Inflianskas 6c45d6bc2a bak plugin: add help on 0 arguments 10 years ago
Roman Inflianskas 33b5d64e7f bak plugin: bak renamed to mvbak, cpbak added 10 years ago