aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-03 12:12:49 -0300
committerEuAndreh <eu@euandre.org>2018-07-03 12:12:49 -0300
commit8f28b93508c52e3cd8fbd39c543850ec762fb55e (patch)
tree204b998fd2062b7b4b79ff3527912da9820697a0 /bash/bashrc.sh
parentAdd SSH_SERVER_FOLDER env var (diff)
downloaddotfiles-8f28b93508c52e3cd8fbd39c543850ec762fb55e.tar.gz
dotfiles-8f28b93508c52e3cd8fbd39c543850ec762fb55e.tar.xz
Fix $IN_NIX_SHELL PS1 check
Diffstat (limited to '')
-rw-r--r--bash/bashrc.sh6
1 files changed, 0 insertions, 6 deletions
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 && {