update
This commit is contained in:
parent
3f4711fc82
commit
eaf847baae
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ then
|
|||
elif [[ $1 = 'tldr' ]]
|
||||
then
|
||||
cmd="tldr \"$inp\""
|
||||
elif [[ $1 = 'wiki' ]]
|
||||
then
|
||||
cmd="wiki-search-html \"$inp\""
|
||||
fi
|
||||
|
||||
cmd="$cmd | less -rum~"
|
||||
|
|
Loading…
Reference in a new issue