Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-04-04 16:15:49 -07:00
commit df9612671e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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