Skip to content

Commit

Permalink
feat(list): support global (session-specific) abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Jan 12, 2020
1 parent 57182d0 commit 4f074e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abbr
Expand Up @@ -246,6 +246,7 @@ function abbr() {
fi

print -l ${(k)ABBRS}
print -l ${(k)ABBRS_GLOBAL}
}

function abbr_erase() {
Expand Down

0 comments on commit 4f074e4

Please sign in to comment.