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.
Rui Hu 997c228794 Remove usage of caret in redirection
```
~/.config/fish/functions/fish_prompt.fish (line 162): Expected a string, but instead found a '&'
      git rev-parse --quiet --verify HEAD > /dev/null ^&1; or set empty 1
```
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 Remove usage of caret in redirection 3 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.