GNU/Linux ◆ xterm-256color ◆ bash 481 views

  • Ultimate Auto-Suggest in fish-shell
    • fish –private
      • mkdir aaa
        • cd aaa
      • cargo new bbb
        • cd bbb
      • vi main.rs
        • rustc main.rs
      • touch b.c
        • gcc b.c
        • ./a.out
      • git add .
        • git commit
      • git clone git@github.com:fish-shell/fish-shell.git –depth=1
        • cd fish-shell