From acfdadfe0c17985ac9372a40d480d74aed234c3f Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Wed, 24 Jul 2019 03:01:41 +0200 Subject: [PATCH] oh-my-bash: removed additional space --- oh-my-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-bash.sh b/oh-my-bash.sh index df48641dc..ea93c2902 100644 --- a/oh-my-bash.sh +++ b/oh-my-bash.sh @@ -169,5 +169,5 @@ if ! type_exists '__git_ps1' ; then fi # Adding Support for other OSes -[ -s /usr/bin/gloobus-preview ] && PREVIEW="gloobus-preview" || +[ -s /usr/bin/gloobus-preview ] && PREVIEW="gloobus-preview" || [ -s /Applications/Preview.app ] && PREVIEW="/Applications/Preview.app" || PREVIEW="less"