summaryrefslogtreecommitdiff
path: root/.bash_aliases
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-05-17 16:27:50 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-05-17 16:27:50 -0400
commitb81536ad49001abf292bd31a0dcbf57e387387b1 (patch)
tree722cac2e9eab46a3b18d930dcd37703df48ebeba /.bash_aliases
parent5b8794f1f5e82c1a220f36a724e5c8ce3335c462 (diff)
Fiddle with emacs config (when to use -n, -c), get emacs using el-get.
Diffstat (limited to '.bash_aliases')
-rw-r--r--.bash_aliases3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
index 269f36e..6597185 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -51,3 +51,6 @@ alias redshift="$redshift"
#alias serva='ssh luke@servb.ath.cx -p3440'
#alias phpdoctor='php /usr/gnu/www/0-other/phpdoctor-head/phpdoc.php'
alias lock="clear; away -C 'This terminal is locked'"
+case "$TERM" in
+ eterm*) alias editor='editor -n';;
+esac