Ethan Chan
Results
1
comments of
Ethan Chan
I disabled the git prompt in /mnt directory and it works. ``` --git a/lib/git.zsh b/lib/git.zsh index f049f73..1c4ee23 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -10,6 +10,9 @@ function __git_prompt_git() { }...