diff --git a/oh-my-bash.sh b/oh-my-bash.sh index 97f3b6b..9e3d77c 100644 --- a/oh-my-bash.sh +++ b/oh-my-bash.sh @@ -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" diff --git a/themes/agnoster/agnoster-bash.theme.sh b/themes/agnoster/agnoster-bash.theme.sh deleted file mode 120000 index acfd55f..0000000 --- a/themes/agnoster/agnoster-bash.theme.sh +++ /dev/null @@ -1 +0,0 @@ -agnoster.bash \ No newline at end of file diff --git a/themes/agnoster/agnoster.base.sh b/themes/agnoster/agnoster.theme.sh similarity index 100% rename from themes/agnoster/agnoster.base.sh rename to themes/agnoster/agnoster.theme.sh