diff options
-rw-r--r-- | dotfiles/zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 1263eeb..56439a2 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc | |||
@@ -21,6 +21,10 @@ else | |||
21 | zstyle ':prompt:grml:left:items:host' post "%f" | 21 | zstyle ':prompt:grml:left:items:host' post "%f" |
22 | fi | 22 | fi |
23 | 23 | ||
24 | # Remove the command-path completion of sudo set by grml, since Nix has | ||
25 | # non-standard PATHs | ||
26 | zstyle -d ':completion:*:sudo:*' command-path | ||
27 | |||
24 | # Change the style of VCS prompt info | 28 | # Change the style of VCS prompt info |
25 | zstyle ':vcs_info:*' check-for-changes true | 29 | zstyle ':vcs_info:*' check-for-changes true |
26 | zstyle ':vcs_info:*' stagedstr "s" | 30 | zstyle ':vcs_info:*' stagedstr "s" |