mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 13:30:31 +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 hist="%{$fg[blue]%}[\$(prompt_last_cmd)]$rs "
|
||||||
local host="%{$fg[red]%}%m "
|
local host="%{$fg[red]%}%m "
|
||||||
|
|
||||||
local prompt="%n@%{$fg[cyan]%}%m$rs %(#.#.\$) "
|
local prompt="%n@%{$fg[cyan]%}%m$rs %# "
|
||||||
ps1=(
|
ps1=(
|
||||||
"$host"
|
"$host"
|
||||||
"$hist"
|
"$hist"
|
||||||
|
|||||||
Reference in New Issue
Block a user