2021 年 01 月 18 日

Works Out Of The Box

fish-shel 是一个简洁的 shell,内置功能强大 省去很多配置

安装fish-shell

brew install fish

查看当前shell列表

cat /etc/shells

# 类似这样
/bin/bash
/bin/csh
/bin/dash
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh

将fish-shell添加到列表中

/usr/local/bin/fish    

替换shell

chsh -s /usr/local/bin/fish

重启终端 => fish_config

配置主题,在 浏览器里面配置保存

fish_config

fish_config


关注本站 RSS
© 2024, 滇ICP备19003866号
本网站版权归本站作者Ruoduan所有
原创文章遵循CC BY-SA 4.0授权许可,转载请注明出处