Compare commits
No commits in common. "fe04184babef07f46472b50c6f9c43fff59f2f90" and "2a10b068c62439555d2352116f7a812227081532" have entirely different histories.
fe04184bab
...
2a10b068c6
3 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
using OhMyREPL
|
using OhMyREPL
|
||||||
using Pluto
|
using Pluto
|
||||||
using Symbolics, Nemo
|
using Symbolics
|
||||||
using Unitful
|
using Unitful
|
||||||
using Nemo
|
using Nemo
|
||||||
τ = 2*π
|
τ = 2*π
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
# Purpose: edit nvim configuration while being cd'd into the directory that
|
# Purpose: edit nvim configuration while being cd'd into the directory that
|
||||||
# most of the files live so they can easily be :e'd
|
# most of the files live so they can easily be :e'd
|
||||||
# Usage: nvc [$EDITOR options]
|
# Usage: nvc [$EDITOR options]
|
||||||
cd ~/.config/nvim/lua \
|
cd ~/.config/nvim/lua/blake \
|
||||||
&& $EDITOR "$@" ../init.lua
|
&& $EDITOR "$@" ../../init.lua
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
[safe]
|
[safe]
|
||||||
directory = /storage/emulated/0/docs
|
directory = /storage/emulated/0/docs
|
||||||
directory = /mnt/windows/Users/blake/AppData/Local/nvim
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
ch = checkout
|
ch = checkout
|
||||||
d = diff
|
d = diff
|
||||||
f = fetch
|
f = fetch
|
||||||
g = "! git"
|
|
||||||
lg = log
|
lg = log
|
||||||
ok = pull
|
ok = pull
|
||||||
pl = pull
|
pl = pull
|
||||||
|
@ -59,7 +57,4 @@
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
||||||
[core]
|
|
||||||
eol = lf
|
|
||||||
|
|
||||||
# vim:noet
|
# vim:noet
|
||||||
|
|
Loading…
Add table
Reference in a new issue