summaryrefslogtreecommitdiff
path: root/themes/fishy.zsh-theme
AgeCommit message (Collapse)Author
2015-12-14"fishy" theme: Fix "~" use in promptDanyil Bohdan
Actually replace the value of the environment variable $HOME with "~" instead of appending the tilde in front of the prompt.
2015-12-04"fishy" theme: Shorten path .foo to .f, not .Danyil Bohdan
When the current path is /home/user/.config/doublecmd the prompt now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the case. This matches what the Fish shell does. Enclose the Perl snippet in single quotes instead of double quotes.
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