From 94ca00b9cf6c70e0cb95c8ead190963d1f30aa24 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 2 Mar 2024 20:02:39 -0500 Subject: [PATCH] Revert "added bash prompt" This reverts commit 92cf90b9cb5e531f6fabead8ca0f2350fbb81e47. --- home/aly/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/aly/default.nix b/home/aly/default.nix index 37c9d43a..0041b728 100644 --- a/home/aly/default.nix +++ b/home/aly/default.nix @@ -33,10 +33,6 @@ shellAliases = { ls = "eza --group-directories-first"; }; - programs.bash.initExtra = - '' - export PS1='[\u@\H:\w]\$ ' - ''; }; # programs.vscode = {