From 3dd59f2cde9a33d868da69542390b92baff3018d Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 29 May 2021 21:25:00 -0400 Subject: [PATCH] Update .zshrc --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 021ceae..9ffec92 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -195,7 +195,7 @@ unsetopt CHECK_JOBS # Don't report on jobs when shell exit. export EDITOR='vim' export VISUAL=$EDITOR export PAGER='less' -export SHELL='/bin/zsh' +#export SHELL='/bin/zsh' if [[ ! $(tmux ls) ]] 2> /dev/null; then tmux new -s λ