mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-14 21:56:47 +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 }}
|
||||
email = {{ .git.default.email }}
|
||||
[credential]
|
||||
helper = cache --timeout 86400
|
||||
helper = cache --timeout 604800
|
||||
helper = oauth
|
||||
[hub]
|
||||
protocol = ssh
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
name = {{ .git.default.name }}
|
||||
email = {{ .git.default.email }}
|
||||
[credential]
|
||||
helper = cache --timeout 86400
|
||||
helper = cache --timeout 604800
|
||||
helper = oauth
|
||||
[core]
|
||||
sshCommand = "C:/Windows/System32/OpenSSH/ssh.exe"
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
[credential]
|
||||
helper = cache --timeout 21600
|
||||
helper = cache --timeout 604800
|
||||
helper = oauth
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
# disable fish greeting
|
||||
set fish_greeting
|
||||
|
||||
# go
|
||||
set -gx GOPATH $HOME/.go
|
||||
fish_add_path $GOPATH/bin
|
||||
|
||||
# uv
|
||||
fish_add_path $HOME/.local/bin
|
||||
|
||||
# nix
|
||||
if command -v nix >/dev/null
|
||||
fish_add_path ~/.nix-profile/bin
|
||||
fish_add_path $HOME/.nix-profile/bin
|
||||
end
|
||||
|
||||
# direnv
|
||||
|
@ -25,7 +32,7 @@ end
|
|||
# micromamba
|
||||
if command -v micromamba >/dev/null
|
||||
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
|
||||
alias conda=micromamba
|
||||
alias mamba=micromamba
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue