From bbd6c02cb58ff9415a7016d39da0f3a074225dc2 Mon Sep 17 00:00:00 2001 From: Rich Manalang Date: Thu, 7 Oct 2010 17:21:05 -0700 Subject: [PATCH] added alias for python's SimpleHTTPServer --- plugins/python.plugin.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/python.plugin.bash diff --git a/plugins/python.plugin.bash b/plugins/python.plugin.bash new file mode 100644 index 0000000..92f50e0 --- /dev/null +++ b/plugins/python.plugin.bash @@ -0,0 +1,4 @@ +#!/bin/bash + +alias http='python -m SimpleHTTPServer' + -- 2.17.1