Skip to content

Commit 725f736

Browse files
committed
Update readme.md
1 parent 431be80 commit 725f736

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![k.rimraf.com](https://raw.githubusercontent.com/supercrabtree/k/gh-pages/k-logo.png)](http://k.rimraf.com)
1+
[![k.supercrabtree.com](https://raw.githubusercontent.com/supercrabtree/k/gh-pages/k-logo.png)](http://k.supercrabtree.com)
22

33
> k is the new l, yo
44
@@ -38,15 +38,15 @@ Dates fade with age.
3838
Load k as a plugin in your `.zshrc`
3939

4040
```shell
41-
zplug "rimraf/k"
41+
zplug "supercrabtree/k"
4242

4343
```
4444
### Using [zgen](https://github.com/tarjoilija/zgen)
4545

4646
Include the load command in your `.zshrc`
4747

4848
```shell
49-
zgen load rimraf/k
49+
zgen load supercrabtree/k
5050
zgen save
5151
```
5252

@@ -55,7 +55,7 @@ zgen save
5555
Bundle k in your `.zshrc`
5656

5757
```shell
58-
antigen bundle rimraf/k
58+
antigen bundle supercrabtree/k
5959
antigen apply
6060
```
6161

@@ -64,7 +64,7 @@ antigen apply
6464
Clone k into your custom plugins repo
6565

6666
```shell
67-
git clone https://github.com/rimraf/k $HOME/.oh-my-zsh/custom/plugins/k
67+
git clone https://github.com/supercrabtree/k $HOME/.oh-my-zsh/custom/plugins/k
6868
```
6969
Then load as a plugin in your `.zshrc`
7070

@@ -76,7 +76,7 @@ plugins+=(k)`
7676
Clone this repository somewhere (~/k for example)
7777

7878
```shell
79-
git clone [email protected]:rimraf/k.git $HOME/k
79+
git clone [email protected]:supercrabtree/k.git $HOME/k
8080
```
8181
Source the script
8282

0 commit comments

Comments
 (0)