From 1b80f1efda4821c350bc380674cfa7b26da388ce Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 8 May 2015 12:54:05 +0000 Subject: Changed chjl function to be more generic --- bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 3fe1503..0f0b32d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -71,8 +71,8 @@ if exists gem; then fi if exists ezjail-admin; then - chjl() { - sudo ezjail-admin console $@.tomvanderlee.com + jl() { + sudo ezjail-admin $1 $2\.tomvanderlee.com } fi -- cgit v1.2.3