mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-01 08:19:25 +00:00
Added or edited file headers.
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
# Gets the repository root.
|
||||
#
|
||||
# Displays the Git repository root.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
local root="$(git rev-parse --show-toplevel 2> /dev/null)"
|
||||
if [[ -n "$root" ]]; then
|
||||
print "$root"
|
||||
|
Reference in New Issue
Block a user