Added extra theme with full pathnames and hostname

This commit is contained in:
Maran Hidskes 2009-09-01 11:01:26 +02:00
Родитель 1ec8a8848e
Коммит f704193fd2
1 изменённых файлов: 3 добавлений и 0 удалений

3
themes/maran.zsh-theme Normal file
Просмотреть файл

@ -0,0 +1,3 @@
# Theme with full path names and hostname
# Handy if you work on different servers all the time;
PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@$fg[yellow]%}%M:%{$fg[green]%}%/%{$reset_color%} $(git_prompt_info) %(!.#.$) '