From 34abdcc4d1368d94123391f49ebe135d7ad1c238 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 22 Aug 2018 16:32:36 +0200 Subject: Set zathura as default for images/x-eps --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index 3d0e6bd..a8153ac 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,3 +1,6 @@ +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + # Prompt if [[ -n $SSH_CLIENT ]]; then PS1=$'\e[0;31m[\h]\e[0m \w $ ' -- cgit v1.2.3