*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# alacritty
|
||||
|
||||
> 跨平台,GPU 加速的终端模拟器.
|
||||
> 更多信息: <https://github.com/jwilm/alacritty>.
|
||||
> 更多信息: <https://github.com/alacritty/alacritty>.
|
||||
|
||||
- 打开一个新的 alacritty 窗口:
|
||||
- 打开一个新的 Alacritty 窗口:
|
||||
|
||||
`alacritty`
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
|
||||
`alacritty --working-directory {{路径}}`
|
||||
|
||||
- 在新的 alacritty 窗口中运行命令:
|
||||
- 在新的 Alacritty 窗口中运行命令:
|
||||
|
||||
`alacritty -e {{命令}}`
|
||||
|
||||
- 指定备用配置文件 (默认在 $XDG_CONFIG_HOME/alacritty/alacritty.yml):
|
||||
- 指定备用配置文件 (默认在 `$XDG_CONFIG_HOME/alacritty/alacritty.yml`):
|
||||
|
||||
`alacritty --config-file {{路径/config.yml}}`
|
||||
|
||||
- 在启用实时配置重新加载的情况下运行(默认情况下也可以在 alacritty.yml 中启用):
|
||||
- 在启用实时配置重新加载的情况下运行(默认情况下也可以在 `alacritty.yml` 中启用):
|
||||
|
||||
`alacritty --live-config-reload --config-file {{路径/config.yml}}`
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`tldr {{command}}`
|
||||
|
||||
- 展示 linux 下 tar 的 tldr 文档:
|
||||
- 展示 Linux 下 tar 的 tldr 文档:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
|
||||
|
@@ -11,6 +11,6 @@
|
||||
|
||||
`write {{testuser}} {{tty/5}}`
|
||||
|
||||
- 向伪终端 "/dev/pts/5" 上的用户 "jhondoe" 发送信息 :
|
||||
- 向伪终端 "/dev/pts/5" 上的用户 "johndoe" 发送信息 :
|
||||
|
||||
`write {{jhondoe}} {{pts/5}}`
|
||||
`write {{johndoe}} {{pts/5}}`
|
||||
|
Reference in New Issue
Block a user