1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Slight simplification.

This commit is contained in:
2018-09-06 16:05:19 +02:00
parent e3d28aba4f
commit 50a14c4a86

View File

@@ -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"