summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/zshrc4
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"
22fi 22fi
23 23
24# Remove the command-path completion of sudo set by grml, since Nix has
25# non-standard PATHs
26zstyle -d ':completion:*:sudo:*' command-path
27
24# Change the style of VCS prompt info 28# Change the style of VCS prompt info
25zstyle ':vcs_info:*' check-for-changes true 29zstyle ':vcs_info:*' check-for-changes true
26zstyle ':vcs_info:*' stagedstr "s" 30zstyle ':vcs_info:*' stagedstr "s"