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"