adding things from various systems

This commit is contained in:
Eric Lay 2023-04-08 11:17:10 -05:00
parent bc775cc66a
commit 011a32ef61
1 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ cpfile() {
} }
### for Fuzzy History Finder utility ### Fuzzy History Finder utility
fhf() { fhf() {
cat $HOME/.zhistory | cat $HOME/.zhistory |
fzf --scheme=history \ fzf --scheme=history \
@ -66,7 +66,7 @@ fhf() {
} }
### for Fuzzy Man Finder utility ### Fuzzy Man Finder utility
fmf() { fmf() {
man -k . | man -k . |
sort - | sort - |
@ -77,13 +77,13 @@ fmf() {
--prompt=' ' \ --prompt=' ' \
--pointer='󰧚 ' \ --pointer='󰧚 ' \
--tiebreak=begin,chunk,length \ --tiebreak=begin,chunk,length \
--preview='man {1}' \ --preview='man {1} | col -bf' \
--preview-window=70%:wrap:border-rounded \ --preview-window=70%:wrap:border-rounded \
--preview-label="| Manual Entry |" --preview-label="| Manual Entry |"
} }
### Emoji picker ### Emoji selector
emojis() { emojis() {
emojis=$(curl -sSL 'https://git.io/JXXO7') emojis=$(curl -sSL 'https://git.io/JXXO7')
echo $emojis | echo $emojis |
@ -119,5 +119,5 @@ alias pwsh="clear && pwsh -NoExit -c /home/ez/OMP/pwshPromt.ps1"
alias pacnew="sudo DIFFPROG=meld pacdiff" alias pacnew="sudo DIFFPROG=meld pacdiff"
### for using GITHUB personal access token ### GITHUB personal access token
alias gitpw="cpfile ~/Git/PersonalAccessToken/PAT" alias gitpw="cpfile ~/Git/PersonalAccessToken/PAT"