summaryrefslogtreecommitdiff
path: root/themes/fishy.zsh-theme
AgeCommit message (Collapse)Author
2013-04-12Implemented UTF-8 support in fishy.zsh-theme.Danyil Bohdan
2012-09-02Update fishy theme to collapse working directory in PROMPT.Nicholas Hutchinson
For non-trailing path components, we show only the first character. So, as in Fish proper, we convert ~/some/really/really/really/long/path/name to ~/s/r/r/r/l/p/name.
2011-05-25fishy theme: text indicators for $? and git statusSuraj N. Kurapati
The git status indicators were taken from sorin.zsh-theme and changed to use ASCII symbols instead of Unicode ones because my preferred terminal font, DejaVu Sans Mono, renders Unicode symbols poorly and also because Unicode rendering is not available in standard Linux virtual terminals.
2010-12-28add "fishy" theme to emulate Fish shell's promptSuraj N. Kurapati