From d0c860a221db045979143b8df2f8dcfddae2a6d0 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 6 Jan 2023 22:17:49 -0800 Subject: [PATCH] perf: swapped neofetch for pfetch Swapped out neofetch with pfetch to increase the wake-up speed of the terminal --- hosts/home.nix | 1 + modules/zsh.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/home.nix b/hosts/home.nix index 9336656..7510a97 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -45,6 +45,7 @@ in # commandline utils powerline neofetch + pfetch ranger exa vhs diff --git a/modules/zsh.nix b/modules/zsh.nix index 16bc04f..a9a457b 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -10,7 +10,7 @@ in dotDir = ".config/zsh"; initExtraFirst = '' - neofetch + pfetch ''; initExtra = ''