removed pokefetch lol

This commit is contained in:
ericlay 2023-06-02 12:16:20 -05:00
parent 2e595ea89c
commit 6924e449ea
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,11 @@
### Custom Alias File
man -k . |
sort - |
fzf -q "$1" +m \
--cycle \
--reverse \
--tiebreak=begin,chunk,length \
--preview="echo -e '\n\t\t\t\t \033[4mCHEAT SHEET:\033[0m\n'; cheat {1}; echo -e '\n\t\t\t\t \033[4mTLDR:\033[0m\n'; tldr {1}; echo -e '\n\t\t\t\t \033[4mMANUAL PAGE:\033[0m\n'; man -Hw3m {1} 2> /dev/null" \
--preview-window=62%:wrap:border-rounded### Custom Alias File
## sourced by .zshrc
@ -121,10 +128,3 @@ 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)
}