Backport
This commit is contained in:
parent
2289712638
commit
ccc330d795
|
@ -14,3 +14,6 @@
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
export BROWSER=firefox
|
export BROWSER=qutebrowser
|
||||||
|
|
||||||
direnv() { # environment variable name, path
|
direnv() { # environment variable name, path
|
||||||
export "$1"="$2"
|
export "$1"="$2"
|
||||||
|
|
Loading…
Reference in a new issue