Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oh-my-fish/theme-scorphish
Compact. Sufficient. PWD, Ruby+RVM, Python+VENV, Git status, Rust, NodeJS.
https://github.com/oh-my-fish/theme-scorphish
fish-shell nvm omf omf-theme python ruby rust theme
Last synced: 3 months ago
JSON representation
Compact. Sufficient. PWD, Ruby+RVM, Python+VENV, Git status, Rust, NodeJS.
- Host: GitHub
- URL: https://github.com/oh-my-fish/theme-scorphish
- Owner: oh-my-fish
- License: mit
- Created: 2015-05-31T15:13:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T22:08:31.000Z (12 months ago)
- Last Synced: 2024-07-09T15:29:55.227Z (7 months ago)
- Topics: fish-shell, nvm, omf, omf-theme, python, ruby, rust, theme
- Language: Shell
- Homepage: https://github.com/oh-my-fish/theme-scorphish
- Size: 33.2 KB
- Stars: 40
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Scorphish
Compact. Sufficient.
![scorphish](https://user-images.githubusercontent.com/2112697/60178902-def52b80-97f2-11e9-961d-0f7c115ccc49.png)
### Left prompt
Abbreviated path, Ruby version and gemset, Python version and virtualenv, Rust
version, NodeJS version, Git information and last command execution time.#### Configuration:
The following options can be added to `~/.config/fish/conf.d/omf.fish` to change
the appearance and behavior of left prompt.* To display current Rust version:
```fish
set -g theme_display_rust yes
```* To display current Node version:
```fish
set -g theme_display_node yes
```> Note: Node version may be lazy loaded depending on which nvm plugin you're
> using* To display current working directory on a second line:
```fish
set -g theme_display_pwd_on_second_line yes
```* To display Git information on the first line:
```fish
set -g theme_display_git_on_first_line yes
```* To omit only dirty status of current local Git repository and have
a faster prompt:```fish
set -g theme_display_git_dirty no
```* To omit information of current Git repository altogether:
```fish
set -g theme_display_git no```
* To omit current Ruby version and gemset:
```fish
set -g theme_display_ruby no```
* To omit current Python version and virtualenv:
```fish
set -g theme_display_virtualenv no```
### Right prompt
Last command's exit code and current time
### Acknowledgments
This theme is based on Zish and Coffeandcode themes, many thanks to their
authors!Enjoy!