dotfiles_fish/README.md

15 lines
413 B
Markdown
Raw Permalink Normal View History

2024-12-23 08:30:36 +00:00
# Fish shell configurations
2024-12-23 08:12:55 +00:00
2024-12-23 08:30:36 +00:00
- Left prompt
- SSH session indicator
- Git repo indicator
- Root user indicator
- Error indicator
- Right prompt: pwd, git repo name
- Color scheme
- Common aliases
To install this configuration, just clone this repo to the config dir(`~/.config/fish/`):
```bash
git clone https://git.candifloss.cc/candifloss/dotfiles_fish.git ~/.config/fish
```