Echo command when executing from search.
Created by: Benuuu
When executing a command from search echo the command.
Currently it shows nothing:
myComputer$ bh -i
(bashhub-i-search): git sta
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
myComputer $
I would like it to show:
myComputer$ bh -i
(bashhub-i-search): git sta
git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
myComputer $