From ce31f4355ec31932f63263fa79da15ddf2da36af Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 3 Sep 2024 23:45:45 -0400 Subject: [PATCH] Update 'pfetch' ig --- home-manager/tuiapps/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home-manager/tuiapps/zsh.nix b/home-manager/tuiapps/zsh.nix index be9b42a..8da868d 100644 --- a/home-manager/tuiapps/zsh.nix +++ b/home-manager/tuiapps/zsh.nix @@ -20,7 +20,6 @@ # Shortcut aliases neo = "clear && fastfetch"; - pfetch = "fastfetch --config ~/.config/fastfetch/small.jsonc"; ip = "ip -c"; ls = "${pkgs.eza}/bin/eza -a --color=always --group-directories-first --icons"; nls = "/usr/bin/env ls";