diff --git a/.chezmoitemplates/dot_gitconfig_wsl.tmpl b/.chezmoitemplates/dot_gitconfig_wsl.tmpl index da0c9eb..dcf382e 100644 --- a/.chezmoitemplates/dot_gitconfig_wsl.tmpl +++ b/.chezmoitemplates/dot_gitconfig_wsl.tmpl @@ -15,6 +15,3 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process -[credential] - helper = cache --timeout 7200 - helper = oauth diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index dd7f64a..a6d52b7 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -141,6 +141,7 @@ alias f=fuck alias v=nvim alias sops='op run --no-masking -- sops' alias dotfiles='chezmoi' +alias ze='zellij' # micromamba|conda alias alias mm='micromamba'