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
|
||||
library: /zmain/media/music/musiclibrary.db
|
||||
directory: /var/media/music
|
||||
library: /var/media/music/musiclibrary.db
|
||||
plugins: ftintitle fetchart embedart lyrics chroma convert
|
||||
import:
|
||||
move: yes
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@ end
|
|||
if test -d ~/.cargo/bin
|
||||
set PATH ~/.cargo/bin $PATH
|
||||
end
|
||||
if test -d ~/.local/bin
|
||||
set PATH ~/.local/bin $PATH
|
||||
end
|
||||
if test -d ~/devtools/buck/bin
|
||||
set PATH $PATH ~/devtools/buck/bin
|
||||
end
|
||||
|
|
|
|||
14
.gitconfig
14
.gitconfig
|
|
@ -5,12 +5,12 @@
|
|||
[include]
|
||||
path = .gitconfig.shared
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper =
|
||||
helper = !/opt/local/bin/gh auth git-credential
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[github]
|
||||
user = DeCarabas
|
||||
user = DeCarabas
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[core]
|
||||
autocrlf = false
|
||||
autocrlf = input
|
||||
[pretty]
|
||||
doty = * %C(bold green)%h%Creset -%C(bold white)%d%Creset %s %C(bold)(%cr)%Creset <%aN>%Creset
|
||||
[format]
|
||||
|
|
@ -9,5 +9,3 @@
|
|||
ci = commit
|
||||
[push]
|
||||
default = upstream
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
fwd browse $*
|
||||
Loading…
Add table
Add a link
Reference in a new issue