1
0
Fork 0

use FQDN instead of only hostname in zsh command prompt

This commit is contained in:
Von Random 2015-06-09 14:09:35 +03:00
parent 734473432e
commit 5f0b0fa7ba

View file

@ -166,7 +166,7 @@ if is_zsh; then
rb=' ]'
bb=':'
prompt_user='%(1000#..%(1205#..%F{red}%n%f%b ))'
prompt_host='%m'
prompt_host='%M'
prompt_cwd='%B%d%b'
prompt_bang='%(!.%F{red}>%f.%B>%b)'
prompt_jobs='%(1j. jobs:%B%F{red}%j%f%b.)'