mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
update
This commit is contained in:
parent
1743620336
commit
00ab7446bb
2 changed files with 33 additions and 10 deletions
|
@ -13,4 +13,17 @@
|
||||||
helper = oauth
|
helper = oauth
|
||||||
[hub]
|
[hub]
|
||||||
protocol = ssh
|
protocol = ssh
|
||||||
|
[http]
|
||||||
|
postBuffer = 624288000
|
||||||
|
[lfs]
|
||||||
|
concurrenttransfers = 10
|
||||||
|
activitytimeout = 3600
|
||||||
|
dialtimeout = 3600
|
||||||
|
keepalive = 3600
|
||||||
|
tlstimeout = 3600
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,17 @@ end
|
||||||
|
|
||||||
# micromamba
|
# micromamba
|
||||||
if command -v micromamba >/dev/null
|
if command -v micromamba >/dev/null
|
||||||
set -gx MAMBA_EXE "/usr/bin/micromamba"
|
set -gx MAMBA_EXE /usr/bin/micromamba
|
||||||
set -gx MAMBA_ROOT_PREFIX "/home/oune/.local/share/mamba"
|
set -gx MAMBA_ROOT_PREFIX "/home/oune/.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 mamba=micromamba
|
||||||
|
alias ma="micromamba env activate"
|
||||||
|
alias mda="micromamba env activate base"
|
||||||
|
alias mel="micromamba env list"
|
||||||
|
end
|
||||||
|
|
||||||
|
# fnm
|
||||||
|
if command -v fnm >/dev/null
|
||||||
|
fnm env --use-on-cd --shell fish | source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue