mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Major update with tilix support
This commit is contained in:
@@ -53,11 +53,9 @@ PARENT_PATH="$(dirname "$SCRIPT_PATH")"
|
||||
|
||||
if [ -e $PARENT_PATH"/apply-colors.sh" ]
|
||||
then
|
||||
gogh_colors
|
||||
source $PARENT_PATH"/apply-colors.sh"
|
||||
|
||||
else
|
||||
gogh_colors
|
||||
if [ $(uname) = "Darwin" ]; then
|
||||
# OSX ships with curl and ancient bash
|
||||
# Note: here, sourcing directly from curl does not work
|
||||
|
||||
Reference in New Issue
Block a user