-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a348a9
commit 51d2e18
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
# Arch based distros | ||
|
||
- With the OMZ plugin on arch you may get a complaint about "compdef" not being found. | ||
The fix: add the following code above the git function call | ||
|
||
``` | ||
autoload -Uz compinit | ||
compinit | ||
``` | ||
# OpenSUSE Tumbleweed | ||
I am seeing `prompt_git:14: command not found: parse_git_dirty` in the prompt when using the Agnoster Theme |