git config

This commit is contained in:
Kulvir Singh
2025-03-09 01:26:41 +05:30
parent 4519042414
commit e80ee5d017
2 changed files with 9 additions and 5 deletions

View File

@@ -5,3 +5,7 @@
email = kulvirs734@gmail.com email = kulvirs734@gmail.com
[init] [init]
defaultBranch = trunk defaultBranch = trunk
[lfs]
enable = true
[push]
autoSetupRemote = true

2
.zshrc
View File

@@ -24,4 +24,4 @@ source <(fzf --zsh)
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
export EDITOR="nvim" export EDITOR="nvim"
export MANPAGER = "nvim +Man!" export MANPAGER="nvim +Man!"