Difference between revisions of "Fish shell"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
[[wikipedia:fish shell]] (2005) ([[Axel Liljencrantz]])
 
[[wikipedia:fish shell]] (2005) ([[Axel Liljencrantz]])
 +
* https://github.com/fish-shell/fish-shell
  
* [[Search as you type]], [[autosuggestions]]
+
* [[Search as you type]], [[autosuggestions]] it <code>→</code> (right arrow) or <code>Control+F</code>.
To disable it: <code>set -g]] fish_autosuggestion_enabled 0</code>
+
To disable it: <code>[[set -g]] fish_autosuggestion_enabled 0</code>
  
 
Installation
 
Installation
Line 19: Line 20:
  
 
  [[fish vi key bindings]]
 
  [[fish vi key bindings]]
 +
 +
[[fish_postexec]]
  
 
  [[set --export]] --prepend [[PATH]] "/Users/user/.rd/bin"
 
  [[set --export]] --prepend [[PATH]] "/Users/user/.rd/bin"
 +
 +
while CONDITION; COMMANDS; end
  
 
== Related terms ==
 
== Related terms ==
Line 26: Line 31:
 
* https://fishshell.com/docs/current/completions.html
 
* https://fishshell.com/docs/current/completions.html
 
* [[backtick]] not supported, fish uses [[parentheses]] for subcommands.
 
* [[backtick]] not supported, fish uses [[parentheses]] for subcommands.
* [[oh-my-fish]]
+
* <code>[[oh-my-fish]]</code>
 +
* <code>[[fig]]</code>
 +
* [[Zoxide]]
 +
* [[fish (animal)]]
 +
* <code>[[chsh]]</code>
 +
 
 +
== Activities ==
 +
* [[How to run automatically fish on your terminal]]
 +
* [[Make fish your default shell in macOS]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:17, 22 August 2024

Advertising: