Commit bfc22c8a authored by Martin Janů's avatar Martin Janů 🌱
Browse files

Ignore the git repo in home directory for prompt generation

parent 45a9b15f
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -75,6 +75,8 @@ PS1="$username@$hostname $workingdir $gitbranch$promptsymb "


# git integration
# git integration
zstyle ':vcs_info:git:*' formats ' %b%f '
zstyle ':vcs_info:git:*' formats ' %b%f '
zstyle ':vcs_info:*:*' nvcsformats ' '
zstyle ':vcs_info:git:*:'"$USER" formats ' '
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' enable git
###
###