1
0
Fork 0

Fix stashed count

The variable `${git_dir}` was not available in the context of the
function `git-info`. It was only defined in the function `_git-action`.
pull/746/head
Eugen Kuksa 10 years ago
parent 9539341e1e
commit 8b0ab3ce61

@ -95,6 +95,8 @@ function git-info {
setopt LOCAL_OPTIONS setopt LOCAL_OPTIONS
setopt EXTENDED_GLOB setopt EXTENDED_GLOB
local git_dir="$(git-dir)"
local action local action
local action_format local action_format
local action_formatted local action_formatted

Loading…
Cancel
Save