Skip to content

Commit

Permalink
プロンプト表示を微妙に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yantene committed Feb 17, 2020
1 parent e5890b1 commit e0dd738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/basic.zsh
Expand Up @@ -48,7 +48,7 @@ function rprompt-git-current-branch {
}
prompt_1stline="[%F{cyan}%D %T%f%f] %B%(?.%F{green}↩%f.%F{red}↩%f)%b"
prompt_2ndline="%B%F{${hostname_color}}%n@%M:%f %~%b"
prompt_2ndline="%B%F{${hostname_color}}%n@%M:%f%b%~"
prompt_3rdline="%F{grey}$%f "
setopt prompt_subst
PROMPT="$prompt_1stline
Expand Down

0 comments on commit e0dd738

Please sign in to comment.