diff --git a/oh-my-bash.sh b/oh-my-bash.bash similarity index 98% rename from oh-my-bash.sh rename to oh-my-bash.bash index 97f3b6b0d..9e3d77cd1 100644 --- a/oh-my-bash.sh +++ b/oh-my-bash.bash @@ -159,5 +159,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"