]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/kate/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / kate / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/kate/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/kate/README.md
deleted file mode 100644 (file)
index aa2eaa3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Kate plugin
-
-This plugin adds aliases for the [Kate editor](https://kate-editor.org).
-
-To use it, add kate to the plugins array of your zshrc file:
-```
-plugins=(... kate)
-```
-
-## Aliases
-
-| Alias | Command                | Description         |
-|-------|------------------------|---------------------|
-| kate  | `kate >/dev/null 2>&1` | Start kate silently |
-
-## Functions
-
-| Function   | Description                              |
-|------------|------------------------------------------|
-| `kt <dir>` | Change to directory and start kate there |