diff --git a/README.md b/README.md index 9be2cb4eb8767f1d4e45d7b14eae12af484c0927..ba16a31eb99cba90447aaf5b0aad40695c3d8041 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# via theme for ZSH +VIA theme for ZSH +================= This is a theme for ZSH which mainly forks the historical theme used on -VIA servers. It can be used with ZSH frameworks such as [Oh-My-ZSH] -(https://github.com/robbyrussell/oh-my-zsh). +[VIA Centrale Réseaux](https://via.ecp.fr/) servers. It can be used with +ZSH frameworks such as [Oh-My-ZSH](https://github.com/robbyrussell/oh-my-zsh). -## Usage +Usage +----- ### Install for Oh-My-ZSH @@ -23,3 +25,9 @@ You then need to select this theme in your `~/.zshrc` : ZSH_THEME="oh-my-via/via" ``` + +License +------- + +Unless explicitly stated to the contrary, all contents licensed under the [WTFPL](LICENSE) + diff --git a/via.zsh-theme b/via.zsh-theme index 97e8755877caf88e6e0fe682e81f2dbc279997d7..9784d357ee8df491c3d660b063d4aba90f280313 100644 --- a/via.zsh-theme +++ b/via.zsh-theme @@ -1,5 +1,5 @@ # VIA ZSH Theme - Preview: ASAP -# Fork from the historical VIA ZSH Theme +# Fork from the historical VIA Centrale Réseaux ZSH Theme local clock="%{$fg_bold[cyan]%}%T%{$reset_color%}"