diff --git a/.bashrc b/.bashrc
index 26038cd0a91e77fb32fb76e8fcce4b77fbffded3..3f8b1e3e92690652984672a9e465c8a4cb757743 100644
--- a/.bashrc
+++ b/.bashrc
@@ -75,6 +75,7 @@ alias presentation='docker dev adarnimrod/presentation'
 alias prune_prerun='find "$HOME" -maxdepth 1 -name ".prerun.*" -print0 | grep -zv "$(pgrep -u "$(id -u)" bash)" | xargs -0r rm '
 alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume /proc:/host/proc:ro --volume /sys:/host/sys:ro --volume /var/run/docker.sock:/var/run/docker.sock --publish 19999:19999 firehol/netdata'
 alias json-tool='python3 -m json.tool'
+alias http-server='python3 -m http.server 8080'
 
 deduce_aws_region () {
     AWS_DEFAULT_REGION="$(python << EOF