From 55a6a9f585f1c60980d0e970cadc2cc8cc40c327 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 19 May 2011 06:34:29 -0400 Subject: add xterm-title and plock to .bash_aliases, improve gitignore --- .bash_aliases | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bash_aliases') diff --git a/.bash_aliases b/.bash_aliases index 6597185..f6138c0 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -50,7 +50,13 @@ alias redshift="$redshift" ###################################################################### #alias serva='ssh luke@servb.ath.cx -p3440' #alias phpdoctor='php /usr/gnu/www/0-other/phpdoctor-head/phpdoc.php' +function xterm-title () { echo "];$@"; } # Oh, wait this one is alias lock="clear; away -C 'This terminal is locked'" +alias plock="xterm-title Terminal Locked;lock" + +###################################################################### +# Other # +###################################################################### case "$TERM" in eterm*) alias editor='editor -n';; esac -- cgit v1.2.3-54-g00ecf