Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
df9612671e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
-- TODO: translate this to lua
|
|
||||||
local set = vim.o
|
local set = vim.o
|
||||||
|
|
||||||
-- Settings
|
-- Settings
|
||||||
|
@ -172,3 +171,4 @@ vim.cmd [[
|
||||||
endfunction
|
endfunction
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
-- vim: nospell
|
||||||
|
|
|
@ -50,6 +50,6 @@ export P10K_CONFIG_LOCATION="$SHELL_CONFIG_DIR/p10k/current"
|
||||||
### Directory and file quick access ###
|
### Directory and file quick access ###
|
||||||
###########################################
|
###########################################
|
||||||
SCD="$SHELL_CONFIG_DIR"
|
SCD="$SHELL_CONFIG_DIR"
|
||||||
DOCS="/home/blake/Documents/docs/"
|
DD="/home/blake/Documents/docs/"
|
||||||
|
|
||||||
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3
|
# vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3
|
||||||
|
|
Loading…
Add table
Reference in a new issue