mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
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
This commit is contained in:
parent
107e512c9e
commit
ef96a38fa5
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# FILE: emoji-clock.plugin.zsh
|
# FILE: emoji-clock.plugin.zsh
|
||||||
# DESCRIPTION: The current time with half hour accuracy as an emoji symbol.
|
# DESCRIPTION: The current time with half hour accuracy as an emoji symbol.
|
||||||
# Inspired by Andre Torrez' "Put A Burger In Your Shell"
|
# 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)
|
# AUTHOR: Alexis Hildebrandt (afh[at]surryhill.net)
|
||||||
# VERSION: 1.0.0
|
# VERSION: 1.0.0
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# tmux
|
# 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.
|
To use it add `tmux` to the plugins array in your zshrc file.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Sunrise theme for oh-my-zsh
|
# Sunrise theme for oh-my-zsh
|
||||||
# Intended to be used with Solarized: http://ethanschoonover.com/solarized
|
# Intended to be used with Solarized: https://ethanschoonover.com/solarized
|
||||||
|
|
||||||
# Color shortcuts
|
# Color shortcuts
|
||||||
R=$fg_no_bold[red]
|
R=$fg_no_bold[red]
|
||||||
|
|
Loading…
Reference in a new issue