From 380b99dfca6fecd6a90c8859b922fe77b34e77a6 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 5 Oct 2024 13:49:15 +0300 Subject: [PATCH] ZSH: Disble grc --- users/functionalhacker/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/functionalhacker/programs/zsh.nix b/users/functionalhacker/programs/zsh.nix index da8caea5..5027d2a5 100644 --- a/users/functionalhacker/programs/zsh.nix +++ b/users/functionalhacker/programs/zsh.nix @@ -62,7 +62,7 @@ # Remove grc alias from forgit since it # collides with the grc colorizer - unalias grc; + #unalias grc; # Launch or attach zellij to existing session if logging in over ssh if [[ -z "$ZELLIJ" && -n "$SSH_CONNECTION" ]]; then