From 04e5cce6dde2dbdd3bc38b020672883d9eee95bc Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 30 Jul 2021 12:37:31 -0700 Subject: [PATCH] set -shrc's hashbang to false --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index 16876f3..644df83 100644 --- a/home/-shrc +++ b/home/-shrc @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env false # for zsh, bash, and dash. [ -n "$ZSH_VERSION" -o -n "$BASH" ] && FANCY=1 || FANCY=0