From 2e68e330dd72107c25bf62f8b5fcf64c947e4cf4 Mon Sep 17 00:00:00 2001 From: yzhang <7588612+yzhang-gh@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:07:30 +0800 Subject: [PATCH] [zsh] --- docs/software/shell.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/software/shell.md b/docs/software/shell.md index 69d19803..39c6a2cb 100644 --- a/docs/software/shell.md +++ b/docs/software/shell.md @@ -15,9 +15,12 @@ chsh -s $(which zsh) # https://github.com/ohmyzsh/ohmyzsh#basic-installation ``` -插件 [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) +插件 [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting), [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) -超实用命令 [`push-line`](https://unix.stackexchange.com/a/74208/415169) +**超实用命令** + +- `d` 列出最近访问的路径,再次输入数字回车跳转到对应目录 +- [push-line](https://unix.stackexchange.com/a/74208/415169) (Alt+q) ### 迁移 (ohmy)zsh 配置