ohmyzsh/plugins/magic-enter
2015-06-23 16:10:24 +05:30
..
magic-enter.plugin.zsh Allow the magic-enter commands to be modified by the user 2015-06-23 16:10:24 +05:30
Readme.md Allow the magic-enter commands to be modified by the user 2015-06-23 16:10:24 +05:30

Magic Enter

Maintainer: @dufferzafar

Makes your enter key magical, by binding commonly used commands to it.

You can set the commands to be run in your .zshrc, before the line containing plugins!

MAGIC_ENTER_GIT_COMMAND='git status -u .'
MAGIC_ENTER_OTHER_COMMAND='ls -lh .'

plugins=(magic-enter)