From 685b714991a77ca3adde90c5d7095d3edcacdb15 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 23 Nov 2018 16:41:10 +1300 Subject: Remove a lot of alignment spacing --- sh/profile.d/editor.sh | 2 +- sh/profile.d/options.sh | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sh/profile.d') diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh index 6e202e26..37146fb9 100644 --- a/sh/profile.d/editor.sh +++ b/sh/profile.d/editor.sh @@ -12,7 +12,7 @@ elif ( ver=$(ex --version 2>/dev/null | awk '{print $1;exit}') case $ver in (VIM) exit 0 ;; - (*) exit 1 ;; + (*) exit 1 ;; esac ) >/dev/null 2>&1 ; then EDITOR='exm' diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh index 89b5d245..73f62243 100644 --- a/sh/profile.d/options.sh +++ b/sh/profile.d/options.sh @@ -39,17 +39,17 @@ options ed \ # Cache options for grep(1) options grep \ binary-files \ - color \ - devices \ - directories \ - exclude \ + color \ + devices \ + directories \ + exclude \ exclude-dir # Cache options for ls(1) options ls \ - almost-all \ - block-size \ - color \ + almost-all \ + block-size \ + color \ human-readable \ time-style ) -- cgit v1.2.3