From e624f90fed0b8d7417434b6d8d392b08163187f3 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 3 Jun 2019 00:43:01 -0400 Subject: [PATCH] Added sourcing of .profile to .zprofile. --- zsh/zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zprofile b/zsh/zprofile index 3d8303c..09e47f5 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -1,5 +1,6 @@ # vim: syn=zsh +source ~/.profile autoload -Uz edit-command-line zle -N edit-command-line