Merge pull request #111 from eush77/patch-1

Fish shell section and fish-tmpdir
This commit is contained in:
Caleb Xu 2015-10-28 10:55:56 -04:00
commit 982782a59e
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
- [Shell Package Management](#shell-package-management)
- [Shell Script Development](#shell-script-development)
- [Zsh](#zsh)
- [Fish](#fish)
- [Guides](#guides)
- [Other Awesome Lists](#other-awesome-lists)
@ -223,6 +224,12 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish shell like syntax highlighting for Zsh
## Fish
*Tools and customizations specifically for Fish.*
* [fish-tmpdir](https://github.com/eush77/fish-tmpdir) - Fresh, one-time temporary directories for Fish.
# Guides
* [Bash Hackers Wiki](http://wiki.bash-hackers.org/)