add git folder

This commit is contained in:
vincent 2018-09-17 20:52:02 +02:00
parent 2ad69b462b
commit 56c6012110
2 changed files with 11 additions and 0 deletions

6
git/.gitconfig Normal file
View File

@ -0,0 +1,6 @@
[user]
name = vincent
email = vincent@ducamps.win
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX

View File

@ -46,3 +46,8 @@ alias meteo='curl wttr.in/mentque-nortbecourt'
eval $(thefuck --alias) eval $(thefuck --alias)
alias chaineTV='python ~/Documents/python/chainetv/chaineTV.py' alias chaineTV='python ~/Documents/python/chainetv/chaineTV.py'
#CLI Improved
if [ -f `which bat` ]; then
alias cat='bat'
fi