Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

alias

Manage the optional lsh shell alias

Usage

lightshuttle alias <COMMAND>

Examples

  # Install the `lsh` alias into your shell's startup file
  lightshuttle alias install

  # Preview what install would do, without writing anything
  lightshuttle alias check

  # Remove the alias
  lightshuttle alias uninstall

Subcommands

install

Add the lsh alias to your shell’s startup file

Usage

lightshuttle alias install [OPTIONS]

Options

OptionDefaultDescription
--shell <SHELL>Override shell auto-detection [possible values: bash, zsh, fish, powershell]
--yesSkip the confirmation prompt

check

Report what install would do, without writing anything

Usage

lightshuttle alias check [OPTIONS]

Options

OptionDefaultDescription
--shell <SHELL>Override shell auto-detection [possible values: bash, zsh, fish, powershell]

uninstall

Remove the lsh alias from your shell’s startup file

Usage

lightshuttle alias uninstall [OPTIONS]

Options

OptionDefaultDescription
--shell <SHELL>Override shell auto-detection [possible values: bash, zsh, fish, powershell]
--yesSkip the confirmation prompt