1
0
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:
Piotr Gaczkowski
2016-03-19 16:40:48 +01:00
parent 875b1be957
commit 56c396f56c
39 changed files with 78 additions and 39 deletions

View File

@@ -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)