fix(git): fixed absolute path to relative path
This commit is contained in:
@@ -12,19 +12,13 @@
|
|||||||
remote = origin
|
remote = origin
|
||||||
merge = master
|
merge = master
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /Users/rack/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
fileMode = false
|
fileMode = false
|
||||||
ignorecase = false
|
ignorecase = false
|
||||||
editor = nvim
|
editor = nvim
|
||||||
[difftool "sourcetree"]
|
|
||||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
|
||||||
path =
|
|
||||||
[mergetool "sourcetree"]
|
|
||||||
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
|
||||||
trustExitCode = true
|
|
||||||
[github]
|
[github]
|
||||||
user = racklin@gmail.com
|
user = racklin@gmail.com
|
||||||
[ghq]
|
[ghq]
|
||||||
root = ~/.ghq
|
root = ~/ghq
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
|||||||
@@ -11,8 +11,9 @@ threshold = 30
|
|||||||
style = "bold yellow"
|
style = "bold yellow"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
fish_style_pwd_dir_length = 1
|
fish_style_pwd_dir_length = 2
|
||||||
truncation_symbol = "…/"
|
truncation_symbol = "…/"
|
||||||
|
truncation_length = 4
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = true
|
ssh_only = true
|
||||||
|
|||||||
Reference in New Issue
Block a user