From 91bafdb221d60585d192331a31f42bdb19186fbc Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 19 Dec 2024 12:54:55 +0300 Subject: [PATCH] zsh mappings --- home/user/.config/zsh/mappings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/user/.config/zsh/mappings b/home/user/.config/zsh/mappings index 2147a42..8f7ea30 100644 --- a/home/user/.config/zsh/mappings +++ b/home/user/.config/zsh/mappings @@ -58,6 +58,8 @@ gitstatusquiet() { echo git status echo + ls + echo zle reset-prompt } zle -N gitstatusquiet