diff --git a/.config/git/config b/.config/git/config index a7b40cc..5d9a105 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,7 +1,11 @@ [credential] - helper = cache + helper = cache [user] - name = Kulvir Singh - email = kulvirs734@gmail.com + name = Kulvir Singh + email = kulvirs734@gmail.com [init] - defaultBranch = trunk + defaultBranch = trunk +[lfs] + enable = true +[push] + autoSetupRemote = true diff --git a/.zshrc b/.zshrc index 2f3ef62..ef354e9 100644 --- a/.zshrc +++ b/.zshrc @@ -24,4 +24,4 @@ source <(fzf --zsh) source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh export EDITOR="nvim" -export MANPAGER = "nvim +Man!" +export MANPAGER="nvim +Man!"