From c2a54f4571cf40e0e998931fd229ca3974c23091 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 Aug 2020 16:02:43 +0530 Subject: remove void aliases, update paths to nixos --- bash/.bash_prompt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bash/.bash_prompt') diff --git a/bash/.bash_prompt b/bash/.bash_prompt index 667d32a..ca47d1d 100755 --- a/bash/.bash_prompt +++ b/bash/.bash_prompt @@ -47,6 +47,7 @@ host() { fi } -PS1='\n$(pista)' -PS2=" > " +export PS1='\n$(pista)' + +export PS2=" > " -- cgit v1.2.3