add git folder
This commit is contained in:
parent
2ad69b462b
commit
56c6012110
6
git/.gitconfig
Normal file
6
git/.gitconfig
Normal 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
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user