Fix typos

This commit is contained in:
徐銘鴻 2023-08-19 08:20:18 +00:00
parent c85e6e3878
commit d29e1e3dc9

View file

@ -120,7 +120,7 @@ stdenv.mkDerivation ({
## 在开发环境中使用 zhs/fhish 等其他 shell
## 在开发环境中使用 zsh/fish 等其他 shell
`pkgs.mkShell` 默认使用 `bash`,但是你也可以通过在 `shellHook` 中添加 `exec <your-shell>` 来使用 `zsh` 或者 `fish` 等其他 shell。