https://github.com/halfo/lambda-mod-zsh-theme
A simple zsh theme.
https://github.com/halfo/lambda-mod-zsh-theme
minimalistic oh-my-zsh-theme zsh-theme
Last synced: 3 months ago
JSON representation
A simple zsh theme.
- Host: GitHub
- URL: https://github.com/halfo/lambda-mod-zsh-theme
- Owner: halfo
- License: mit
- Created: 2015-09-09T20:08:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T21:17:31.000Z (over 2 years ago)
- Last Synced: 2024-05-21T13:58:45.566Z (over 1 year ago)
- Topics: minimalistic, oh-my-zsh-theme, zsh-theme
- Language: Shell
- Homepage:
- Size: 329 KB
- Stars: 464
- Watchers: 7
- Forks: 104
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda (Mod) ZSH Theme
A ZSH theme optimized for people who use:
- Git
- Unicode-compatible fonts and terminals---

## Configuring the amount of dir levels
By default only the last three directories are shown in the prompt. The amount of
levels can be configured by setting `LAMBDA_MOD_N_DIR_LEVELS` before loading the prompt:``` zsh
# ~/.zshrc
export LAMBDA_MOD_N_DIR_LEVELS=10# load `lambda-mod` and `oh-my-zsh`
```