mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
update git time
This commit is contained in:
parent
c209f8d2be
commit
8cf2889552
4 changed files with 12 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
name = {{ .git.default.name }}
|
name = {{ .git.default.name }}
|
||||||
email = {{ .git.default.email }}
|
email = {{ .git.default.email }}
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 86400
|
helper = cache --timeout 604800
|
||||||
helper = oauth
|
helper = oauth
|
||||||
[hub]
|
[hub]
|
||||||
protocol = ssh
|
protocol = ssh
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
name = {{ .git.default.name }}
|
name = {{ .git.default.name }}
|
||||||
email = {{ .git.default.email }}
|
email = {{ .git.default.email }}
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 86400
|
helper = cache --timeout 604800
|
||||||
helper = oauth
|
helper = oauth
|
||||||
[core]
|
[core]
|
||||||
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
||||||
|
|
|
@ -16,5 +16,5 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout 21600
|
helper = cache --timeout 604800
|
||||||
helper = oauth
|
helper = oauth
|
||||||
|
|
|
@ -1,9 +1,16 @@
|
||||||
# disable fish greeting
|
# disable fish greeting
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
||||||
|
# go
|
||||||
|
set -gx GOPATH $HOME/.go
|
||||||
|
fish_add_path $GOPATH/bin
|
||||||
|
|
||||||
|
# uv
|
||||||
|
fish_add_path $HOME/.local/bin
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
if command -v nix >/dev/null
|
if command -v nix >/dev/null
|
||||||
fish_add_path ~/.nix-profile/bin
|
fish_add_path $HOME/.nix-profile/bin
|
||||||
end
|
end
|
||||||
|
|
||||||
# direnv
|
# direnv
|
||||||
|
@ -25,7 +32,7 @@ end
|
||||||
# micromamba
|
# micromamba
|
||||||
if command -v micromamba >/dev/null
|
if command -v micromamba >/dev/null
|
||||||
set -gx MAMBA_EXE $(which micromamba)
|
set -gx MAMBA_EXE $(which micromamba)
|
||||||
set -gx MAMBA_ROOT_PREFIX "/home/oune/.local/share/mamba"
|
set -gx MAMBA_ROOT_PREFIX $HOME/.local/share/mamba
|
||||||
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
$MAMBA_EXE shell hook --shell fish --root-prefix $MAMBA_ROOT_PREFIX | source
|
||||||
alias conda=micromamba
|
alias conda=micromamba
|
||||||
alias mamba=micromamba
|
alias mamba=micromamba
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue