mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Source local file if available
This commit is contained in:
@@ -27,4 +27,5 @@ CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor
|
||||
# |
|
||||
# | Apply Colors
|
||||
# | ===========================================
|
||||
source <(wget -O - http://git.io/vY8Qq)
|
||||
source $(cd "$(dirname "$(readlink -f "$0")")" && pwd)/../_apply-colors.sh || \
|
||||
source <(wget -O - http://git.io/vY8Qq)
|
||||
|
||||
Reference in New Issue
Block a user