mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
use ~ instead of an explicit HOME path
This commit is contained in:
parent
44235defb8
commit
101d23f71f
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ fi
|
|||
# 13. travis
|
||||
# ==========
|
||||
# added by travis gem
|
||||
[ -f /Users/sjs/.travis/travis.sh ] && source /Users/sjs/.travis/travis.sh
|
||||
[ -f ~/.travis/travis.sh ] && source ~/.travis/travis.sh
|
||||
|
||||
|
||||
# 14. screen
|
||||
|
|
|
|||
Loading…
Reference in a new issue