From 4f074e4790ea9a15851612067ced17536ac981a5 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sat, 26 Jan 2019 15:46:55 -0500 Subject: [PATCH] feat(list): support global (session-specific) abbreviations --- abbr | 1 + 1 file changed, 1 insertion(+) diff --git a/abbr b/abbr index 9dd55799..b402a4d2 100755 --- a/abbr +++ b/abbr @@ -246,6 +246,7 @@ function abbr() { fi print -l ${(k)ABBRS} + print -l ${(k)ABBRS_GLOBAL} } function abbr_erase() {