diff options
Diffstat (limited to 'templates/show/history')
-rw-r--r-- | templates/show/history/brief/node.def | 5 | ||||
-rw-r--r-- | templates/show/history/node.def | 5 | ||||
-rw-r--r-- | templates/show/history/node.tag/node.def | 6 |
3 files changed, 0 insertions, 16 deletions
diff --git a/templates/show/history/brief/node.def b/templates/show/history/brief/node.def deleted file mode 100644 index 92c76ca..0000000 --- a/templates/show/history/brief/node.def +++ /dev/null @@ -1,5 +0,0 @@ -help: recent command history -run: HISTTIMEFORMAT='%FT%T%z ' - HISTFILE="$HOME/.bash_history" - \set -o history - history 20 diff --git a/templates/show/history/node.def b/templates/show/history/node.def deleted file mode 100644 index c1487eb..0000000 --- a/templates/show/history/node.def +++ /dev/null @@ -1,5 +0,0 @@ -help: show command history -run: HISTTIMEFORMAT='%FT%T%z ' - HISTFILE="$HOME/.bash_history" - \set -o history - history diff --git a/templates/show/history/node.tag/node.def b/templates/show/history/node.tag/node.def deleted file mode 100644 index 2075cde..0000000 --- a/templates/show/history/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Display last N commands in history -allowed: echo -n '<NUMBER>' -run: HISTTIMEFORMAT='%FT%T%z ' - HISTFILE="$HOME/.bash_history" - \set -o history - history $3 |