From d7ac88762db111a7962c4e14b5f4e37ab85ccac7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 24 Aug 2025 18:55:06 -0600 Subject: tree-wide: reformat using alejandra after enabling trivionomicon --- home/baseline/zshrc.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home/baseline/zshrc.nix') diff --git a/home/baseline/zshrc.nix b/home/baseline/zshrc.nix index fe8ec9d..b963649 100644 --- a/home/baseline/zshrc.nix +++ b/home/baseline/zshrc.nix @@ -1,4 +1,8 @@ -{ grml-zsh-config, local, ... }: '' +{ + grml-zsh-config, + local, + ... +}: '' source ${grml-zsh-config}/etc/zsh/zshrc export PATH="$PATH:$HOME/.cargo/bin" @@ -45,7 +49,7 @@ _GRML_NIX_SHELL="{''${INSTALLABLES[@]}} " fi - unset INSTALLABLES PATH_ITEM + unset INSTALLABLES PATH_ITEM function grml_nix_shell() { REPLY="$_GRML_NIX_SHELL" -- cgit v1.2.3