mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
ipython fix, add lfs
This commit is contained in:
parent
a707fd1d0d
commit
9f169eae7e
@ -19,3 +19,8 @@
|
||||
lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
lg = !"git lg1"
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
@ -546,6 +546,6 @@ c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')
|
||||
c.InteractiveShellApp.exec_lines.append('%autoreload 2')
|
||||
# logging
|
||||
c.InteractiveShellApp.exec_lines.append('import logging')
|
||||
c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
|
||||
#c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
|
||||
# requests
|
||||
c.InteractiveShellApp.exec_lines.append('import requests')
|
||||
|
Loading…
Reference in New Issue
Block a user