aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_prompt
diff options
context:
space:
mode:
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=" > "