From 6f8be83920fb9f65db59026661ed197ace7e9a83 Mon Sep 17 00:00:00 2001 From: Brottweiler Date: Mon, 1 Jan 2018 13:58:41 +0100 Subject: [PATCH] Update to new repo URL from `Eriner/zim` to the new `zimfw/zimfw`. Closes #238 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 12 ++++++------ modules/history-substring-search/README.md | 4 ++-- modules/prompt/README.md | 2 +- modules/prompt/themes/magicmace.zsh-theme | 2 +- modules/syntax-highlighting/README.md | 2 +- tools/zim_issue | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 663f1c4..9dc9c4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1 +1 @@ -Please follow Zim's [code style guidelines](https://github.com/Eriner/zim/wiki/Code-Style-Guide). +Please follow Zim's [code style guidelines](https://github.com/zimfw/zimfw/wiki/Code-Style-Guide). diff --git a/README.md b/README.md index f3fe683..a01edc8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ZIM - Zsh IMproved ==================
- +
@@ -42,7 +42,7 @@ Installing Zim is easy. If you have a different shell framework installed (like 1. In a Zsh shell, clone the repository: ``` - git clone --recursive https://github.com/Eriner/zim.git ${ZDOTDIR:-${HOME}}/.zim + git clone --recursive https://github.com/zimfw/zimfw.git ${ZDOTDIR:-${HOME}}/.zim ``` 2. Paste this into your terminal to prepend the initialization templates to your configs: @@ -98,7 +98,7 @@ zmanage remove [fish_shell]: https://i.eriner.me/zim_history-substring-search.gif [syntax_highlighting]: https://i.eriner.me/zim_syntax-highlighting.gif -[speed]: https://github.com/Eriner/zim/wiki/Speed -[modules]: https://github.com/Eriner/zim/wiki/Modules -[themes]: https://github.com/Eriner/zim/wiki/Themes -[meta-module]: https://github.com/Eriner/zim/tree/master/modules/meta +[speed]: https://github.com/zimfw/zimfw/wiki/Speed +[modules]: https://github.com/zimfw/zimfw/wiki/Modules +[themes]: https://github.com/zimfw/zimfw/wiki/Themes +[meta-module]: https://github.com/zimfw/zimfw/tree/master/modules/meta diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index eb5ce09..b786bdc 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -5,10 +5,10 @@ Allows for fish shell-like searching of history with UP and DOWN. ![example][fish_shell] -This module requires the [input](https://github.com/Eriner/zim/blob/master/modules/input/README.md) module. Without it, you may experience odd behavior. +This module requires the [input](https://github.com/zimfw/zimfw/blob/master/modules/input/README.md) module. Without it, you may experience odd behavior. Put 'input' in the first line and 'history-substring-search' on the second line of `zmodules` in your `.zimrc`. -Additionally, if you use [syntax-highlighting](https://github.com/Eriner/zim/blob/master/modules/syntax-highlighting/README.md), place 'syntax-highlighting' before 'history-substring-search' on the second line of `zmodules` in your `.zimrc`. +Additionally, if you use [syntax-highlighting](https://github.com/zimfw/zimfw/blob/master/modules/syntax-highlighting/README.md), place 'syntax-highlighting' before 'history-substring-search' on the second line of `zmodules` in your `.zimrc`. The options set explicitly by init.zsh are the default options, and are only set for consistancy. diff --git a/modules/prompt/README.md b/modules/prompt/README.md index 23cb447..edd0018 100644 --- a/modules/prompt/README.md +++ b/modules/prompt/README.md @@ -3,7 +3,7 @@ Prompt Initializes and provides customizable prompt themes. -Images of various prompt themes can be found on the [wiki](https://github.com/Eriner/zim/wiki/Themes). +Images of various prompt themes can be found on the [wiki](https://github.com/zimfw/zimfw/wiki/Themes). A list of available prompts can be found by running `prompt -l`. diff --git a/modules/prompt/themes/magicmace.zsh-theme b/modules/prompt/themes/magicmace.zsh-theme index ace8135..2eee11f 100644 --- a/modules/prompt/themes/magicmace.zsh-theme +++ b/modules/prompt/themes/magicmace.zsh-theme @@ -2,7 +2,7 @@ # magicmace theme # Ideas and code taken from: # xero's zsh prompt -# eriner's eriner prompt +# eriner's eriner prompt # # Requires the `git-info` zmodule to be included in the .zimrc file. diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md index 8f224cd..a623def 100644 --- a/modules/syntax-highlighting/README.md +++ b/modules/syntax-highlighting/README.md @@ -5,7 +5,7 @@ Adds fish shell-like [syntax highlighting](https://github.com/zsh-users/zsh-synt ![syntax-highlighting][syntax_highlighting] -If you are also using [history-substring-search](https://github.com/Eriner/zim/blob/master/modules/history-substring-search/README.md), +If you are also using [history-substring-search](https://github.com/zimfw/zimfw/blob/master/modules/history-substring-search/README.md), ensure you have placed 'syntax-highlighting' before 'history-substring-search' on the second line of `zmodules` in your `.zimrc`. .zimrc Configuration diff --git a/tools/zim_issue b/tools/zim_issue index 722784e..b1c9d18 100644 --- a/tools/zim_issue +++ b/tools/zim_issue @@ -16,7 +16,7 @@ waiter_func() { # print init dialog print "Please check the existing issues to make sure you\'re not duplicating a report" -print "https://github.com/Eriner/zim/issues" +print "https://github.com/zimfw/zimfw/issues" # if they don't accept, bail if ! waiter_func; then