From 38aca8584286842dd99dc8f28e3d44a4c743d3bc Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 27 May 2023 10:10:55 +0200 Subject: Besseres Setup für Auto-Vervollständigung MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/prompt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/prompt') diff --git a/zsh/prompt b/zsh/prompt index 47f7149..5c2ba5a 100644 --- a/zsh/prompt +++ b/zsh/prompt @@ -1,3 +1,5 @@ +# vim: filetype=zsh + autoload -Uz vcs_info precmd_vcs_info() { vcs_info } precmd_functions+=( precmd_vcs_info ) -- cgit v1.3