X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fmagic-enter%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Fmagic-enter%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=78514c67d821dbfb8f1f0ceae3d1c7f4eb6fb329;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/magic-enter/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/magic-enter/README.md deleted file mode 100644 index 78514c6..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/magic-enter/README.md +++ /dev/null @@ -1,17 +0,0 @@ -## Magic Enter plugin - -This plugin makes your enter key magical, by binding commonly used commands to it. - -To use it, add `magic-enter` to the plugins array in your zshrc file. You can set the -commands to be run in your .zshrc, before the line containing plugins. If no command -is specified in a git directory, `git status` is executed; in other directories, `ls`. - -```zsh -# defaults -MAGIC_ENTER_GIT_COMMAND='git status -u .' -MAGIC_ENTER_OTHER_COMMAND='ls -lh .' - -plugins=(... magic-enter) -``` - -**Maintainer:** [@dufferzafar](https://github.com/dufferzafar)