Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icpd/theme-robbyrussell
The default theme – cloned from oh-my-zsh. add human readable execution time of last command
https://github.com/icpd/theme-robbyrussell
fish robbyrussell theme
Last synced: 6 days ago
JSON representation
The default theme – cloned from oh-my-zsh. add human readable execution time of last command
- Host: GitHub
- URL: https://github.com/icpd/theme-robbyrussell
- Owner: icpd
- License: mit
- Created: 2022-05-07T01:49:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T09:55:01.000Z (over 2 years ago)
- Last Synced: 2024-10-10T22:35:15.113Z (27 days ago)
- Topics: fish, robbyrussell, theme
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## robbyrussell
The default theme – cloned from oh-my-zsh. **add human readable execution time of last command**
![robbyrussell theme][screenshot]
### Usage
```fish
omf install robbyrussellwget -O ~/.local/share/omf/themes/robbyrussell/functions/fish_right_prompt.fish https://raw.githubusercontent.com/icpd/theme-robbyrussell/master/functions/fish_right_prompt.fish
```#### Characteristics
- Displays git information in the command prompt when available.
- If the last command was failed, the indicator would be red, otherwise it's
green#### Configuration
To ignore untracked files when signaling repository status, set
`theme_display_git_untracked` to `no`:```fish
set theme_display_git_untracked no
```[screenshot]: https://img-blog.csdnimg.cn/5091754d59c24b0e819e653666c0ef9b.png#pic_center