pokefetch yall

This commit is contained in:
Eric Lay 2023-04-15 21:53:30 -05:00
parent 5cd2cfc28a
commit 2e595ea89c
1 changed files with 8 additions and 1 deletions

View File

@ -112,7 +112,7 @@ alias colors="curl -s https://gist.githubusercontent.com/HaleTom/89ffe32783f89f4
### Launch PowerShell w fancy ps1 ### 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 ### Pacnew file maintenance with pacdiff using meld
@ -121,3 +121,10 @@ alias pacnew="sudo DIFFPROG=meld pacdiff"
### GITHUB personal access token ### GITHUB personal access token
alias gitpw="cpfile ~/Git/PersonalAccessToken/PAT" 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)
}