oh-my-bash.sh : Fix for #70 #59 (#71)

* oh-my-bash.sh : Fix for #70

* Future proofing

* Fixed symlink for agnoster-bash.theme.sh

* Reaction on https://github.com/ohmybash/oh-my-bash/pull/71#discussion_r307617303
This commit is contained in:
Kreyren
2019-07-31 11:13:08 +02:00
committed by Toan Nguyen
parent 467e3cb7b9
commit 429ffc1cbc
3 changed files with 1 additions and 2 deletions

View File

@@ -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"

View File

@@ -1 +0,0 @@
agnoster.bash