diff options
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=" > " | ||