dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b7408b000b66247c325073f266def4fc29cdc613
parent 2c1359b078da9e90fdd0a707c75ba9aa80d1bd60
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sat, 12 Jan 2013 11:45:33 +0100

Fixed xterm name

Diffstat:
M.Xdefaults | 2+-
M.zshrc | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -37,7 +37,7 @@ Xcursor.size: 22 !xterm*background: black !xterm*background: black !xterm*foreground: white -!xterm*termName: xterm-256color +xterm*termName: xterm-256color !xterm*geometry: 80x25 !!xterm*faceName: terminus:bold:pixelsize=11 !!!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-* diff --git a/.zshrc b/.zshrc @@ -37,4 +37,6 @@ plugins=(git) source $ZSH/oh-my-zsh.sh -# Customize to your needs... +# Add local bin folder to path +export PATH=$HOME/bin:$PATH +