中午在 HN 上看到的
http://ridiculousfish.com/shell/
自动完成提示比 zsh 好看,function
和 if
写起来就和 lua 差不多
和 *sh 比较大的区别是重定向 stderr 用 ^
, 重定向 stderr append 用 ^^
oh-my-fish 是 oh-my-zsh 的 fish 版... https://github.com/bpinto/oh-my-fish
文档看到函数 fish_right_prompt 了,还是可以达到 zsh 的效果的。
很多脚本文件其实因为头上有 #!
, 用哪个 shell 没区别的...
fish 不打算支持 heredoc, 弃了...
才发现 zsh 也有个 fizsh