diff options
author | Janosch Schwalm <janosch.schwalm@gmail.com> | 2018-08-07 20:42:02 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-08-07 20:42:01 +0200 |
commit | 19b925e741fa46d2222210469a4dffc34a634ebd (patch) | |
tree | 7a426724df64bdfcbe68d1688cb08c0f51e600a7 /themes/funky.zsh-theme | |
parent | e934624b32f8c370306355ab8a78667a5a6240d3 (diff) | |
download | zsh-19b925e741fa46d2222210469a4dffc34a634ebd.tar.gz zsh-19b925e741fa46d2222210469a4dffc34a634ebd.tar.bz2 zsh-19b925e741fa46d2222210469a4dffc34a634ebd.zip |
use https everywhere (#6574)
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
Diffstat (limited to 'themes/funky.zsh-theme')
-rw-r--r-- | themes/funky.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/funky.zsh-theme b/themes/funky.zsh-theme index 2451296d9..574538f88 100644 --- a/themes/funky.zsh-theme +++ b/themes/funky.zsh-theme @@ -1,5 +1,5 @@ # Taken from Tassilo's Blog -# http://tsdh.wordpress.com/2007/12/06/my-funky-zsh-prompt/ +# https://tsdh.wordpress.com/2007/12/06/my-funky-zsh-prompt/ local blue_op="%{$fg[blue]%}[%{$reset_color%}" local blue_cp="%{$fg[blue]%}]%{$reset_color%}" @@ -11,4 +11,4 @@ local smiley="%(?,%{$fg[green]%}:%)%{$reset_color%},%{$fg[red]%}:(%{$reset_color PROMPT="╭─${path_p}─${user_host}─${ret_status}─${hist_no} ╰─${blue_op}${smiley}${blue_cp} %# " local cur_cmd="${blue_op}%_${blue_cp}" -PROMPT2="${cur_cmd}> "
\ No newline at end of file +PROMPT2="${cur_cmd}> " |