mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Slight simplification.
This commit is contained in:
@@ -18,7 +18,7 @@ function prompt_ps1() {
|
||||
local hist="%{$fg[blue]%}[\$(prompt_last_cmd)]$rs "
|
||||
local host="%{$fg[red]%}%m "
|
||||
|
||||
local prompt="%n@%{$fg[cyan]%}%m$rs %(#.#.\$) "
|
||||
local prompt="%n@%{$fg[cyan]%}%m$rs %# "
|
||||
ps1=(
|
||||
"$host"
|
||||
"$hist"
|
||||
|
||||
Reference in New Issue
Block a user