diff options
Diffstat (limited to 'templates/show/history/node.def')
-rw-r--r-- | templates/show/history/node.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show/history/node.def b/templates/show/history/node.def index 787ebd9..21e79e7 100644 --- a/templates/show/history/node.def +++ b/templates/show/history/node.def @@ -1,2 +1,4 @@ help: show command history -run: history +run: HISTFILE="$HOME/.bash_history" + \set -o history + history |