summaryrefslogtreecommitdiff
path: root/history.sh
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-02-18 16:13:41 -0500
committerJakob Kaivo <jkk@ung.org>2020-02-18 16:13:41 -0500
commitc0a7566a2025479e906a539d2c1bca9022efc2c8 (patch)
tree6aabbfb8f5e9657866be5bc5fed3edfdaa20ff26 /history.sh
parent7d700a9f35ff6a870f550236a63d0a08b40e556d (diff)
initial versionHEADmaster
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
+}