fix(git): fixed absolute path to relative path

This commit is contained in:
2022-06-08 21:58:11 +08:00
parent 2267e39e28
commit 6cc8e616c3
2 changed files with 4 additions and 9 deletions

View File

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

View File

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