mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03:00
properly document --init-command addition
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
- Read history is now controlled by the `FISH_HISTORY` variable rather than the `--mode-name` flag (#1504).
|
||||
- Implement a `cdh` (change directory using recent history) command to provide a more friendly alternative to prevd/nextd and pushd/popd (#2847).
|
||||
- `command` now supports a `-a` flag to report all directories with the command. This means that `which -a $cmd` is no longer necessary (#2778).
|
||||
- `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell (#4164).
|
||||
|
||||
## Other significant changes
|
||||
|
||||
@@ -26,7 +27,6 @@
|
||||
- Added completions for:
|
||||
- `as` (#4130).
|
||||
- `jest` (#4142).
|
||||
- `--init-command`/`-C` added to the command line switches, to allow execution of commands before starting the interactive shell.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user