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

@@ -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

2
.zshrc
View File

@@ -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!"