From acf750e9f33c1c6afafeffcddd0868387529ea7e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 25 Apr 2015 21:28:25 +0000 Subject: Added chjl alias to bashrc --- bash/.bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 11a8788..b2b81ab 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -71,6 +71,12 @@ if exists gem; then export PATH="$PATH:$GEM_HOME" fi +if exists ezjail-admin; then + chjl() { + sudo ezjail-admin console $@.tomvanderlee.com + } +fi + if exists liquidprompt; then source liquidprompt fi -- cgit v1.2.3