From 98963d27e5d6ed7327846471d791bcdcb9eb58b4 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Tue, 24 May 2022 18:19:25 -0400
Subject: Add git and remove custom shell prompt

---
 Biz/Bild.nix          | 1 +
 Biz/Bild/ShellHook.sh | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

(limited to 'Biz')

diff --git a/Biz/Bild.nix b/Biz/Bild.nix
index baac934..b640a05 100644
--- a/Biz/Bild.nix
+++ b/Biz/Bild.nix
@@ -144,6 +144,7 @@ in rec {
       haskell.packages.${ghcCompiler}.apply-refact
       bild
       figlet
+      git
       haskell.packages.${ghcCompiler}.fast-tags
       hlint
       lolcat
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh
index c7c30ed..c385016 100644
--- a/Biz/Bild/ShellHook.sh
+++ b/Biz/Bild/ShellHook.sh
@@ -72,8 +72,6 @@
 # Poor man's ci
   alias ci="$BIZ_ROOT/Biz/Ide/hooks/pre-push"
 #
-# shellcheck disable=SC2154
-  export PS1='\n$(r=$? && [ $r -eq 0 ] && printf "biz" || printf "%3.*s" $r $r)> '
 #
   help
 ##
-- 
cgit v1.2.3