mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
* 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:
@@ -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"
|
||||
|
@@ -1 +0,0 @@
|
||||
agnoster.bash
|
Reference in New Issue
Block a user