Difference between revisions of "Fish shell"

From wikieduonline
Jump to navigation Jump to search
 
(3 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-shel
  
 
* [[Search as you type]], [[autosuggestions]] it <code>→</code> (right arrow) or <code>Control+F</code>.
 
* [[Search as you type]], [[autosuggestions]] it <code>→</code> (right arrow) or <code>Control+F</code>.
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"
Line 29: Line 32:
 
* [[backtick]] not supported, fish uses [[parentheses]] for subcommands.
 
* [[backtick]] not supported, fish uses [[parentheses]] for subcommands.
 
* [[oh-my-fish]]
 
* [[oh-my-fish]]
 +
* [[fig]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:59, 1 April 2024

wikipedia:fish shell (2005) (Axel Liljencrantz)

To disable it: set -g fish_autosuggestion_enabled 0

Installation


fish
Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
fish vi key bindings
fish_postexec
set --export --prepend PATH "/Users/user/.rd/bin"
while CONDITION; COMMANDS; end

Related terms[edit]

See also[edit]

Advertising: