one letter command
This commit is contained in:
parent
6286a40f04
commit
75fcc93fb5
1
bashrc
1
bashrc
|
@ -155,6 +155,7 @@ alias neofetch="neofetch --source $OPT_PATH/img/meme/penger/penger.txt"
|
||||||
alias j="journal"
|
alias j="journal"
|
||||||
alias mokdir="mkdir"
|
alias mokdir="mkdir"
|
||||||
alias tt="tt -showwpm -words french_1k -t 30 -csv"
|
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
|
# alias avec parametre
|
||||||
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
||||||
|
|
Loading…
Reference in New Issue