From 866a5b46f2112e7f32c2ee842233fb64c268d610 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 19:18:04 -0400 Subject: normalize indentation in ssh/config --- .config/ssh/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/ssh/config b/.config/ssh/config index 894af44..c020c5e 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -5,12 +5,12 @@ Host * Compression yes Host lore - HostName lore.cs.purdue.edu - User shumakl + HostName lore.cs.purdue.edu + User shumakl Host data - HostName data.cs.purdue.edu - User shumakl + HostName data.cs.purdue.edu + User shumakl Host repo Port 1863 -- cgit v1.2.3-54-g00ecf From ab764565762ea507c642c4c422d5980b06279c9c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 19:19:27 -0400 Subject: wmii-hg: set the WMII_DIR to include DISPLAY, use tab for indent --- .config/wmii-hg/include.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/wmii-hg/include.sh b/.config/wmii-hg/include.sh index 38551aa..bd9456f 100644 --- a/.config/wmii-hg/include.sh +++ b/.config/wmii-hg/include.sh @@ -1,10 +1,10 @@ #!/bin/bash if [[ -z "$WMII_NAMESPACE" ]]; then - export WMII_NAMESPACE="`wmiir namespace`" + export WMII_NAMESPACE="`wmiir namespace`" fi if [[ -z "$WMII_DIR" ]]; then - export WMII_DIR="$HOME/n/wmii" + export WMII_DIR="$HOME/n/wmii${DISPLAY}" fi . util.sh -- cgit v1.2.3-54-g00ecf