This commit is contained in:
foozzi 2024-02-23 00:03:37 -05:00
parent 2c6c55cbe7
commit 601428c3b3
2 changed files with 2 additions and 3 deletions

View file

@ -90,7 +90,7 @@ local config = function()
"jsonls", "jsonls",
"clangd", "clangd",
"biome", -- will install for formatting only "biome", -- will install for formatting only
"marksman", -- "marksman",
}, },
automatic_installation = true, automatic_installation = true,
handlers = { handlers = {

View file

@ -70,7 +70,7 @@ alias wr='curl wttr.in'
alias python='python3' alias python='python3'
alias py='python' alias py='python'
## todo.txt ## todo.txt
alias todo="todo.sh" alias todo="todo.sh -d ~/Dropbox/TextSync/TODO/todo.cfg"
# Preferred editor for local and remote sessions # Preferred editor for local and remote sessions
export EDITOR='vim' export EDITOR='vim'
@ -110,4 +110,3 @@ export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH" export PATH="$VOLTA_HOME/bin:$PATH"
source $HOME/.zshrc-additional source $HOME/.zshrc-additional