Skip to content

Commit

Permalink
oh-my-bash: removed additional space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hrbek committed Jul 24, 2019
1 parent 016ff57 commit acfdadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oh-my-bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,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"

0 comments on commit acfdadf

Please sign in to comment.