one letter command

This commit is contained in:
nemo 2025-01-24 20:08:43 +01:00
parent 6286a40f04
commit 75fcc93fb5
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -155,6 +155,7 @@ alias neofetch="neofetch --source $OPT_PATH/img/meme/penger/penger.txt"
alias j="journal"
alias mokdir="mkdir"
alias tt="tt -showwpm -words french_1k -t 30 -csv"
alias one-letter-command='sed -n "s/^alias *\(.\)=.*$/\1/p" '$SCRIPT_PATH'/bashrc | tr "\n" " " | lolcat && echo'
# alias avec parametre
emoji(){ grep -i $1 $OPT_PATH/emoji; }