diff options
author | Isaac Clayton <isaacimagine@gmail.com> | 2019-11-08 22:42:02 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-08 15:42:02 +0100 |
commit | ef96a38fa599c983823f0e1ef530de847ee76da0 (patch) | |
tree | 5a1e8acc23b6e374ff94dd254a331eb31514090a /plugins | |
parent | 107e512c9e62b140d8591c578527c901b1db9d37 (diff) | |
download | zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.tar.gz zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.tar.bz2 zsh-ef96a38fa599c983823f0e1ef530de847ee76da0.zip |
Upgrade some URLs to HTTPS (#8202)
* Update http to https in Solarized
* Upgrade http to https for 'Burger In Your Shell'
* Upgrade http to https for tmux.github.io
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/emoji-clock/emoji-clock.plugin.zsh | 2 | ||||
-rw-r--r-- | plugins/tmux/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/emoji-clock/emoji-clock.plugin.zsh b/plugins/emoji-clock/emoji-clock.plugin.zsh index 0a55528f0..bdd606f89 100644 --- a/plugins/emoji-clock/emoji-clock.plugin.zsh +++ b/plugins/emoji-clock/emoji-clock.plugin.zsh @@ -2,7 +2,7 @@ # FILE: emoji-clock.plugin.zsh # DESCRIPTION: The current time with half hour accuracy as an emoji symbol. # Inspired by Andre Torrez' "Put A Burger In Your Shell" -# http://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html +# https://notes.torrez.org/2013/04/put-a-burger-in-your-shell.html # AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net) # VERSION: 1.0.0 # ----------------------------------------------------------------------------- diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index 427119d3d..e887ceebb 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -1,6 +1,6 @@ # tmux -This plugin provides aliases for [tmux](http://tmux.github.io/), the terminal multiplexer. +This plugin provides aliases for [tmux](https://tmux.github.io/), the terminal multiplexer. To use it add `tmux` to the plugins array in your zshrc file. ```zsh |