You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bo Maryniuk a8a545c7dd Ditch shrink_path plugin, shrink path manually
New Option: SHELLDER_KEEP_PATH

You can turn off shrinking via exporing SHELLDER_KEEP_PATH variable
3 years ago
COPYRIGHT Relicense under 'Apache-2.0 OR MIT' 3 years ago
LICENSE-APACHE Relicense under 'Apache-2.0 OR MIT' 3 years ago
LICENSE-MIT Relicense under 'Apache-2.0 OR MIT' 3 years ago
README.md Ditch shrink_path plugin, shrink path manually 3 years ago
fish_mode_prompt.fish Add fish_mode_prompt.fish 6 years ago
fish_prompt.fish Change la couleur d'affichage du repertoire courant / désactive mercurial/cvs 5 years ago
shellder.zsh-theme Ditch shrink_path plugin, shrink path manually 3 years ago

README.md

shellder

  1. No solarized ― xterm256 colors are beautiful enough
  2. zsh + fish support
  3. Speed ― Carefully optimized for slow environments like MSYS2

screenshot image of shellder

Installation

You can install shellder via various plugin managers.

Zsh, zinit

# ~/.zshrc
zinit light simnalamburt/shellder

Fish, chips

# ~/.config/chips/plugin.yaml
github:
- simnalamburt/shellder

Fish, oh-my-fish

# ~/.config/chips/plugin.yaml
github:
- simnalamburt/shellder

 

Configuration

You can turn off Fish-like path shrinking by adding the following to your ~/.zshrc:

# ~/.zshrc
export SHELLDER_KEEP_PATH=1

 

Fonts

You'll need a powerline patched font. If you don't have one, download one or patch some fonts on you own.

 


shellder is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.