From 13b78a18df6f3d68299af5767f677d116d9c6636 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 16 Apr 2024 03:20:18 -0400 Subject: [PATCH] shells/zsh: fix kitty wrapped indent --- users/modules/global/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index 265ad03..bc6c362 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -35,7 +35,7 @@ } if [[ "$(basename "$(readlink "/proc/$PPID/exe")")" == ".kitty-wrapped" ]]; then - PATH=$(echo "$PATH" | sed 's/\/nix\/store\/[a-zA-Z._0-9-]\+\/bin:\?//g' | sed 's/:$//') + PATH=$(echo "$PATH" | sed 's/\/nix\/store\/[a-zA-Z._0-9-]\+\/bin:\?//g' | sed 's/:$//') fi j() {