aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_prompt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 11:32:43 +0100
committerAkshay <[email protected]>2020-08-24 11:32:43 +0100
commitc2a54f4571cf40e0e998931fd229ca3974c23091 (patch)
tree9b92cdf0d2d88a9bbeb64ec0ac3524d487f78073 /bash/.bash_prompt
parent8e767c894a2d4ec46165916310824f4e41fac6b4 (diff)
remove void aliases, update paths to nixos
Diffstat (limited to 'bash/.bash_prompt')
-rwxr-xr-xbash/.bash_prompt5
1 files changed, 3 insertions, 2 deletions
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() {
47 fi 47 fi
48} 48}
49 49
50PS1='\n$(pista)'
51 50
52PS2=" > " 51export PS1='\n$(pista)'
52
53export PS2=" > "