summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
commitdb8dd3e6140e66db46f309bff9054ba137eb797a (patch)
tree889147780271b8a9ea1283cea782d118e1b09cf1 /sh
parent40956ae026974be3fb746eb48f141b8eb14470da (diff)
downloadconf-db8dd3e6140e66db46f309bff9054ba137eb797a.tar.gz
conf-db8dd3e6140e66db46f309bff9054ba137eb797a.zip
move around some type-specific scripts
Diffstat (limited to 'sh')
-rw-r--r--sh/env4
1 files changed, 2 insertions, 2 deletions
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"