summaryrefslogtreecommitdiff
path: root/history.sh
diff options
context:
space:
mode:
Diffstat (limited to 'history.sh')
-rw-r--r--history.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/history.sh b/history.sh
new file mode 100644
index 0000000..ce2d87f
--- /dev/null
+++ b/history.sh
@@ -0,0 +1,3 @@
+history() {
+ fc -l
+}