aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8a6e84e..c66ec67 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -100,7 +100,7 @@ impl Session {
}
fn prompt(&self) -> String {
- format!("{} $ ", self.pretty_cwd())
+ format!("[{}]# ", self.pretty_cwd())
}
fn clear_prompt(&mut self) {