diff options
Diffstat (limited to '')
| -rw-r--r-- | config/zsh/plugins/sudo.zsh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/zsh/plugins/sudo.zsh b/config/zsh/plugins/sudo.zsh index fd43b93..36091e6 100644 --- a/config/zsh/plugins/sudo.zsh +++ b/config/zsh/plugins/sudo.zsh @@ -12,9 +12,6 @@ # # ------------------------------------------------------------------------------ -MAGIC_ENTER_GIT_COMMAND='git status'; -MAGIC_ENTER_OTHER_COMMAND='ls'; - sudo-command-line() { [[ -z $BUFFER ]] && zle up-history if [[ $BUFFER == sudo\ * ]]; then |
