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 b090d8712d9e0d83dcf82a062fd86748bd4fc42e
parent 3f84946969982b160d261e380d08e7458214ea1c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 20 May 2015 12:55:44 +0200

only load xiki on flaptop

Diffstat:
M.zshrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -181,6 +181,6 @@ fi source ~/.tmuxinator/tmuxinator.zsh - -source ~/.xsh - +if [[ "$HOSTNAME" == "flaptop" ]]; then + source ~/.xsh +fi