1.说明

fish is a fully-equipped command line shell (like bash or zsh) that is smart and user-friendly. fish supports powerful features like syntax highlighting, autosuggestions, and tab completions that just work, with nothing to learn or configure.

If you want to make your command line more productive, more useful, and more fun, without learning a bunch of arcane syntax and configuration options, then fish might be just what you're looking for!

2.软件安装

1)访问问官方http://fishshell.com/ 下载对应的yum源

2)yum install fish

3)chsh -s /usr/bin/fish     //修改系统默认shell

最新文章

  1. poj 3468(线段树)
  2. [荐]使用Js操作注册表
  3. Android优化——UI优化(三)使用ViewStub延迟加载
  4. 使用 PHP 限制下载速度
  5. C++Primer 第七章
  6. 转:Java的各种类型转换汇总
  7. git中手动删除的文件如何在git中删除
  8. springmvc4+hibernate4分页查询功能
  9. 【LeetCode】2.Add Two Numbers
  10. sql server统计字段的值在某些范围内中的个数
  11. Unity 特写镜头
  12. 我的书单(Book List)
  13. {Python之进程} 背景知识 什么是进程 进程调度 并发与并行 同步\异步\阻塞\非阻塞 进程的创建与结束 multiprocess模块 进程池和mutiprocess.Poll
  14. Leetcode 868. 二进制间距
  15. 保存chrome主题背景的图片
  16. 【转】Java中堆和栈的区别
  17. 〖Linux〗使用命令行切换触摸板的状态on/off/toggle
  18. Ubuntu18.10安装网易云音乐(图文并茂!)
  19. iOS 折线图、柱状图的简单实现
  20. Java项目中classpath路径

热门文章

  1. C#游戏开发高速新手教程Unity5.5教程
  2. struts2_6_多个struts配置文件的应用
  3. pycharm连git和gitee
  4. spring事务和mysql的隔离级别
  5. function declarations are hoisted and class declarations are not 变量提升
  6. git 从远端拉取指定分支和推送本地某个分支到远端
  7. windows下安装Qt
  8. C#winform的datagridview设置选中行
  9. 你不得不知的几款常用的在线API管理工具
  10. 算法(Algorithms)第4版 练习 1.3.15