Skip to content

Latest commit

History

History
29 lines (16 loc) 路 516 Bytes

fish.md

File metadata and controls

29 lines (16 loc) 路 516 Bytes

fish

The Friendly Interactive SHell. Eine benutzerfreundliche Eingabeaufforderung. Mehr Informationen: https://fishshell.com.

  • Starte fish:

fish

  • F眉hre einen Befehl mit fish aus:

fish -c "{{befehl}}"

  • F眉hre ein fish-Skript aus:

fish {{pfad/zu/datei.fish}}

  • 脺berpr眉fe ein fish-Skript auf Syntaxfehler:

fish --no-execute {{pfad/zu/datei.fish}}

  • Gib die Version von fish aus:

fish --version

  • Setze und exportiere eine permanente Umgebungsvariable:

set -Ux {{name}} {{wert}}