From 2e595ea89c86ec1a4c6cbee9aa02cc702cb01dd1 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sat, 15 Apr 2023 21:53:30 -0500 Subject: [PATCH] pokefetch yall --- zsh_aliases | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zsh_aliases b/zsh_aliases index a391ab4..28235e8 100644 --- a/zsh_aliases +++ b/zsh_aliases @@ -112,7 +112,7 @@ alias colors="curl -s https://gist.githubusercontent.com/HaleTom/89ffe32783f89f4 ### Launch PowerShell w fancy ps1 -alias pwsh="clear && pwsh -NoExit -c /home/ez/OMP/pwshPromt.ps1" +alias pwsh="pwsh -NoExit -c /home/ez/OMP/pwshPromt.ps1" ### Pacnew file maintenance with pacdiff using meld @@ -121,3 +121,10 @@ alias pacnew="sudo DIFFPROG=meld pacdiff" ### GITHUB personal access token alias gitpw="cpfile ~/Git/PersonalAccessToken/PAT" + +### Pokemon fastfetch +alias fetch="fastfetch --logo <(pokemon-colorscripts -n gengar --no-title)" + +pokefetch() { + fastfetch --logo <(pokemon-colorscripts -n "$1" --no-title) +}