From acc55183c42ff3a03de495f5682dbdc2d522074c Mon Sep 17 00:00:00 2001 From: Nick Plekhanov Date: Tue, 26 Apr 2016 02:56:45 +0200 Subject: [PATCH] zshrc: Add SHELL export. --- shell/shell_exports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/shell_exports b/shell/shell_exports index abfdb3d..98e6752 100644 --- a/shell/shell_exports +++ b/shell/shell_exports @@ -1,3 +1,6 @@ +# Defaults +export SHELL=/bin/zsh + # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then export EDITOR='nano'