From f038f109ee455604b9937d8499f72c564df72848 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 15 Oct 2020 17:14:39 +0200 Subject: [PATCH] fix issue with pacman post_install script --- zsh/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.bashrc b/zsh/.bashrc index b026f23..b7d0aca 100755 --- a/zsh/.bashrc +++ b/zsh/.bashrc @@ -1,2 +1,5 @@ +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + [ -x /usr/local/bin/zsh ] && exec /usr/local/bin/zsh [ -x /usr/bin/zsh ] && exec /usr/bin/zsh