Skip to content

Commit

Permalink
🔧 chore(gitconfig): update includeIf path to use shorthand for home d…
Browse files Browse the repository at this point in the history
…irectory

🔧 chore(gitignore_global): add nohup.out to global gitignore file to ignore generated file
  • Loading branch information
zakaria-fadli-netatmo authored and zakaria1193 committed Dec 3, 2024
1 parent e66bfa1 commit b620cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

[user]
name = Zakaria Fadli
email = zakaria1193@gmail.com

[includeIf "gitdir:/home/zfadli/work/"]
path = ~/.gitconfig_work
[includeIf "gitDir:~/work"]
path = ~/.gitconfig_work

[pull]
rebase = true
Expand Down
1 change: 1 addition & 0 deletions git/.gitignore_global
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tags
tags.lock
tags.temp
tags.files
nohup.out
.vim/
.clangd/
compile_commands.json
Expand Down

0 comments on commit b620cb4

Please sign in to comment.