Export a colored PS1 prompt in the shell (#11)

This commit is contained in:
zeme-iohk 2022-10-11 13:12:47 +02:00 committed by GitHub
parent 8c39b5c3c6
commit 52c411209a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,8 @@
in (__mapAttrs (compiler-nix-name: compiler:
pkgs.mkShell {
shellHook = with pkgs; ''
export PS1="\[\033[01;33m\][\w]$\[\033[00m\] "
${figlet}/bin/figlet -f rectangles 'IOG Haskell Shell'
function cabal() {
case "$1" in