From db8dd3e6140e66db46f309bff9054ba137eb797a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 03:03:29 -0400 Subject: move around some type-specific scripts --- sh/env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh') diff --git a/sh/env b/sh/env index f8a0504..0d0424c 100644 --- a/sh/env +++ b/sh/env @@ -3,8 +3,8 @@ export MPD_HOST=bishamon export MANPAGER="$HOME/.bin/vimmanpager" export PERLDOC_PAGER="$HOME/.bin/vimmanpager" export EDITOR=$(/usr/bin/which vim) -export GIT_SSH="$HOME/.bin/ssh" -export RSYNC_RSH="$HOME/.bin/ssh" +[ "$(cat "${HOME}/conf/.conf-type")" = "laptop" ] && export GIT_SSH="$HOME/.bin/laptop/ssh" +[ "$(cat "${HOME}/conf/.conf-type")" = "laptop" ] && export RSYNC_RSH="$HOME/.bin/laptop/ssh" export TEXINPUTS=".:$HOME/conf/tex:" export LESS='-QR' export NOPASTE_SERVICES="ssh" -- cgit v1.2.3-54-g00ecf