Skip to content

Commit

Permalink
feat(show): output matches fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jan 12, 2020
1 parent cfe6b0f commit 57182d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abbr
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ function abbr() {
fi

for key value in ${(kv)ABBRS}; do
print "$key $value"
printf "abbr -a -U -- %s %s\\n" "$key" "$value"
done

for key value in ${(kv)ABBRS_GLOBAL}; do
print "$key $value"
printf "abbr -a -g -- %s %s\\n" "$key" "$value"
done
}

Expand Down

0 comments on commit 57182d0

Please sign in to comment.