diff options
-rw-r--r-- | .bash_aliases | 6 | ||||
-rw-r--r-- | .git.info.exclude | 1 |
2 files changed, 7 insertions, 0 deletions
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 diff --git a/.git.info.exclude b/.git.info.exclude index e538567..e950474 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -26,6 +26,7 @@ tmp *.state *~ .#* +\#*# .~lock.*# *_history *authority |