diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
| 71 | export PATH="$PATH:$GEM_HOME" | 71 | export PATH="$PATH:$GEM_HOME" |
| 72 | fi | 72 | fi |
| 73 | 73 | ||
| 74 | if exists ezjail-admin; then | ||
| 75 | chjl() { | ||
| 76 | sudo ezjail-admin console $@.tomvanderlee.com | ||
| 77 | } | ||
| 78 | fi | ||
| 79 | |||
| 74 | if exists liquidprompt; then | 80 | if exists liquidprompt; then |
| 75 | source liquidprompt | 81 | source liquidprompt |
| 76 | fi | 82 | fi |
