diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:51:28 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:51:28 +0530 |
| commit | a787eb168e06123845dada65a02133c8a7489d5a (patch) | |
| tree | 8cabb82afcd1f52ed126ada5eb63dd23d5d6a0a3 /config/zsh/plugins/sudo.zsh | |
| parent | 4f70d9db94f29bf8625bb5f43f22720952f71da8 (diff) | |
| download | nixos-config-a787eb168e06123845dada65a02133c8a7489d5a.tar.gz nixos-config-a787eb168e06123845dada65a02133c8a7489d5a.zip | |
Update zsh config
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 |
