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
| Option | Default | Description |
|---|---|---|
--shell <SHELL> | Override shell auto-detection [possible values: bash, zsh, fish, powershell] | |
--yes | Skip the confirmation prompt |
check
Report what install would do, without writing anything
Usage
lightshuttle alias check [OPTIONS]
Options
| Option | Default | Description |
|---|---|---|
--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
| Option | Default | Description |
|---|---|---|
--shell <SHELL> | Override shell auto-detection [possible values: bash, zsh, fish, powershell] | |
--yes | Skip the confirmation prompt |