From 80c492fce44668dd3a262447d8a4fa50e5b110c4 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 7 Jul 2022 17:08:14 -0500 Subject: [PATCH] fix prompt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bd426aa..f76346d 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ ]; shellHook = '' export POETRY_VIRTUALENVS_IN_PROJECT=true - export PS1='\n\[\033[1;34m\][jtftp:\w]\$\[\033[0m\] ' + export PS1='\[\033[1;34m\][jtftp:\w]\$\[\033[0m\] ' ''; }; packages = {