set

作用域

  • -U or –universal

    所有shell实例共享,立马生效,重启后仍然有效

Command Substitutions

( )来执行子命令

set os (uname)

其他

  • 更新补全数据

    fish_update_completions
    

实例

  • 设置变量,并执行命令

    env PORT=7000

参考

  1. http://fishshell.com/docs/current/tutorial.html

留言

2016-09-29