Skip to content

Commit

Permalink
oh-my-bash.sh : Fix for #70 #59 (#71)
Browse files Browse the repository at this point in the history
* oh-my-bash.sh : Fix for #70

* Future proofing

* Fixed symlink for agnoster-bash.theme.sh

* Reaction on #71 (comment)
  • Loading branch information
Kreyren authored and nntoan committed Jul 31, 2019
1 parent 467e3cb commit 429ffc1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion oh-my-bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 0 additions & 1 deletion themes/agnoster/agnoster-bash.theme.sh

This file was deleted.

File renamed without changes.

0 comments on commit 429ffc1

Please sign in to comment.