From 72a691c73069902be2855bf69008ab4d2e5d64c3 Mon Sep 17 00:00:00 2001 From: Jacobi Carter Date: Mon, 3 Nov 2014 11:26:07 -0800 Subject: [PATCH] Fixes. --- commonsh/10_alias | 2 ++ gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/commonsh/10_alias b/commonsh/10_alias index 65aa054..9922ba4 100755 --- a/commonsh/10_alias +++ b/commonsh/10_alias @@ -97,5 +97,7 @@ alias df='df -h' alias du='du -h' alias ping='ping -c4' +alias cobiwin='rdesktop -u Cobi -g 1440x900 -x 0x80 -B cobiwin.cobi.ninja' +alias cssh='cssh -l root' command -v time >/dev/null 2>&1 && alias time='command time' diff --git a/gitignore b/gitignore index f712d15..c00cd1d 100644 --- a/gitignore +++ b/gitignore @@ -13,3 +13,4 @@ tags *.log *.dvi *.mode*v* +*.unencrypted.json