From b4bb9c4c73fabad4d3d7c84a3913b18a721b8264 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Mon, 23 Sep 2024 05:56:41 +0800 Subject: [PATCH] fix zshrc --- dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 4138194..333c61a 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -173,7 +173,7 @@ fi if command -v bat &> /dev/null; then alias cat=bat fi -if command -v zeditor > dev/null; then +if command -v zeditor > /dev/null; then alias zed=zeditor fi alias f=fuck