From 51b9582399894dc92b9070d00c5cea6e783ef3ec Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 2 May 2019 01:51:34 -0400 Subject: [PATCH] Fixed Typo in ZLE command. --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zprofile b/zsh/zprofile index 19521cc..3d8303c 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,6 +1,6 @@ # vim: syn=zsh autoload -Uz edit-command-line -zle -n edit-command-line +zle -N edit-command-line env_loader zprofile