use https everywhere (#6574)
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.master
parent
e934624b32
commit
19b925e741
102 changed files with 187 additions and 199 deletions
@ -1,6 +1,6 @@ |
|||||||
## HTTPie |
## HTTPie |
||||||
**Maintainer:** [lululau](https://github.com/lululau) |
**Maintainer:** [lululau](https://github.com/lululau) |
||||||
|
|
||||||
This plugin adds completion for HTTPie, which is a command line HTTP client, a user-friendly cURL replacement. |
This plugin adds completion for HTTPie, which is a command line HTTP client, a user-friendly cURL replacement. |
||||||
|
|
||||||
[HTTPie Homepage](http://httpie.org) |
[HTTPie Homepage](https://httpie.org) |
||||||
|
|||||||
@ -1,6 +1,6 @@ |
|||||||
# user, host, full path, and time/date |
# user, host, full path, and time/date |
||||||
# on two lines for easier vgrepping |
# on two lines for easier vgrepping |
||||||
# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 |
# entry in a nice long thread on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 |
||||||
PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m%}'%D{"%a %b %d, %H:%M"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%} |
PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m%}'%D{"%a %b %d, %H:%M"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%} |
||||||
%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B] <$(git_prompt_info)>%{\e[0m%}%b ' |
%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B] <$(git_prompt_info)>%{\e[0m%}%b ' |
||||||
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue