diff options
author | Akshay <[email protected]> | 2020-08-24 11:32:43 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-24 11:32:43 +0100 |
commit | c2a54f4571cf40e0e998931fd229ca3974c23091 (patch) | |
tree | 9b92cdf0d2d88a9bbeb64ec0ac3524d487f78073 /bash/.bash_prompt | |
parent | 8e767c894a2d4ec46165916310824f4e41fac6b4 (diff) |
remove void aliases, update paths to nixos
Diffstat (limited to 'bash/.bash_prompt')
-rwxr-xr-x | bash/.bash_prompt | 5 |
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 | ||
50 | PS1='\n$(pista)' | ||
51 | 50 | ||
52 | PS2=" > " | 51 | export PS1='\n$(pista)' |
52 | |||
53 | export PS2=" > " | ||