mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update themes/agnoster.zsh-theme
This commit is contained in:
parent
b7920c7433
commit
ac4d8b2bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ git_toplevel() {
|
|||
# We are in a bare repo. Use git dir as root
|
||||
repo_root=$(git rev-parse --git-dir)
|
||||
if [[ $repo_root = '.' ]]; then
|
||||
repo_root=$(pwd)
|
||||
repo_root=$PWD
|
||||
fi
|
||||
fi
|
||||
echo -n $repo_root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue