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