Add hash function for compatibility with sh/bash

This commit is contained in:
Mahmoud Al-Qudsi
2018-09-26 12:36:57 -05:00
parent d31cc08fd9
commit dbd228cc75
2 changed files with 11 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ fish 3.0 is a major release which brings with it both improvements in functional
- `test` and `[` now support floating point values in numeric comparisons.
- Autosuggestions try to avoid arguments that are already present in the command line.
- Variables may be used inside commands (#154).
- A `hash` function has been added for compatibiility with `sh` and `bash`
## Other significant changes
- Command substitution output is now limited to 10 MB by default (#3822).