mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 11:38:31 +08:00
26 lines
674 B
Markdown
26 lines
674 B
Markdown
## l
|
|
|
|
A theme inspired by [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/lambda.zsh-theme)'s [lambda](http://zshthem.es/screenshots/lambda.png) theme.
|
|
|
|
![](http://f.cl.ly/items/2J3M0f2X1j3u471y080I/2.png)
|
|
![](http://f.cl.ly/items/2S25360U1p360E0D2u2g/3.png)
|
|
![](http://f.cl.ly/items/1w0s0Q3x3r2Z1F1l011k/4.png)
|
|
|
|
#### Characteristics
|
|
|
|
* Current branch
|
|
* Dirty working directory
|
|
* Working directory
|
|
|
|
Only if fish_theme_l_right_prompt variable is set true within config.fish
|
|
|
|
```fish
|
|
set theme_display_rbenv 'yes'
|
|
set theme_display_rbenv_gemset 'yes'
|
|
```
|
|
|
|
* Rbenv Ruby Version
|
|
* Rbenv Ruby Gemset
|
|
|
|
![](http://f.cl.ly/items/0f0k3o2L3y2q1L3g1R1X/5.png)
|