From 05e8e8452cf6ab26f13b12ae21a4561946094d9e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 17 Jun 2019 18:54:03 +0300 Subject: [PATCH] Alias for jenkins-jobs. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index acea4b6..9639fcd 100644 --- a/.bashrc +++ b/.bashrc @@ -111,6 +111,7 @@ alias gen-ssh-config="rc_make .ssh/config" alias bfg='java -jar $HOME/.local/share/bfg/bfg.jar' alias prune_docker_remote='find ~/.ssh -maxdepth 1 -type s -name "docker_*" -delete' alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit' +alias jjb='jenkins-jobs' genpass () { bytes="${1:-32}" -- GitLab