Adding some stuff
This commit is contained in:
Submodule .config/nvim updated: b72760d868...b4821e8a52
@@ -91,11 +91,12 @@ alias \
|
|||||||
|
|
||||||
# Dev
|
# Dev
|
||||||
alias \
|
alias \
|
||||||
sail='[ -f sail ] && sh sail || sh vendor/bin/sail'
|
sail='[ -f sail ] && sh sail || sh vendor/bin/sail' \
|
||||||
yi="yarn install"
|
yi="yarn install" \
|
||||||
y="yarn"
|
y="yarn" \
|
||||||
ci="composer install"
|
ci="composer install" \
|
||||||
c="composer"
|
c="composer" \
|
||||||
|
tk="go-task"
|
||||||
|
|
||||||
# Translating
|
# Translating
|
||||||
alias \
|
alias \
|
||||||
|
|||||||
@@ -7,3 +7,8 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/chris/.config/git/ignore
|
excludesfile = /home/chris/.config/git/ignore
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
Reference in New Issue
Block a user