Compare commits
No commits in common. "5646292f8d41b1f68251569eb93e3eb08bce84ac" and "1c4196b595fbdf61916cbf1051c54d6802ac4d6e" have entirely different histories.
5646292f8d
...
1c4196b595
5 changed files with 10 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
directory: /zmain/media/music
|
directory: /var/media/music
|
||||||
library: /zmain/media/music/musiclibrary.db
|
library: /var/media/music/musiclibrary.db
|
||||||
plugins: ftintitle fetchart embedart lyrics chroma convert
|
plugins: ftintitle fetchart embedart lyrics chroma convert
|
||||||
import:
|
import:
|
||||||
move: yes
|
move: yes
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,6 @@ end
|
||||||
if test -d ~/.cargo/bin
|
if test -d ~/.cargo/bin
|
||||||
set PATH ~/.cargo/bin $PATH
|
set PATH ~/.cargo/bin $PATH
|
||||||
end
|
end
|
||||||
if test -d ~/.local/bin
|
|
||||||
set PATH ~/.local/bin $PATH
|
|
||||||
end
|
|
||||||
if test -d ~/devtools/buck/bin
|
if test -d ~/devtools/buck/bin
|
||||||
set PATH $PATH ~/devtools/buck/bin
|
set PATH $PATH ~/devtools/buck/bin
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
helper = !/usr/bin/gh auth git-credential
|
|
||||||
[credential "https://gist.github.com"]
|
[credential "https://gist.github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
helper = !/usr/bin/gh auth git-credential
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
[github]
|
[github]
|
||||||
user = DeCarabas
|
user = DeCarabas
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = input
|
||||||
[pretty]
|
[pretty]
|
||||||
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
||||||
[format]
|
[format]
|
||||||
|
|
@ -9,5 +9,3 @@
|
||||||
ci = commit
|
ci = commit
|
||||||
[push]
|
[push]
|
||||||
default = upstream
|
default = upstream
|
||||||
[init]
|
|
||||||
defaultBranch = main
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
fwd browse $*
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue