From 8f28b93508c52e3cd8fbd39c543850ec762fb55e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 3 Jul 2018 12:12:49 -0300 Subject: Fix $IN_NIX_SHELL PS1 check --- bash/bashrc.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bash/bashrc.sh') diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 3ee3df6..e46d8d7 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -20,12 +20,6 @@ source $DOTFILES/encrypted/env.sh set -h source ~/dev/nu/nucli/nu.bashcompletion -# Here's the place to do custom nix-shell config -if [[ -z $IN_NIX_SHELL ]]; then - printf "" -else - printf "" -fi # FIXME isLinux && { -- cgit v1.2.3