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