From 85f1086443c99272fa866e977c355f2380514f9a Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 23 Oct 2018 22:10:12 -0500 Subject: [PATCH] add emoji support --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 6e1a55b..bf39c5f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -72,7 +72,8 @@ COMPLETION_WAITING_DOTS="true" plugins=(git \ virtualenvwrapper \ catimg \ - fancy-ctrl-z) + fancy-ctrl-z \ + emoji) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh