23022024
This commit is contained in:
parent
2c6c55cbe7
commit
601428c3b3
2 changed files with 2 additions and 3 deletions
|
@ -90,7 +90,7 @@ local config = function()
|
|||
"jsonls",
|
||||
"clangd",
|
||||
"biome", -- will install for formatting only
|
||||
"marksman",
|
||||
-- "marksman",
|
||||
},
|
||||
automatic_installation = true,
|
||||
handlers = {
|
||||
|
|
|
@ -70,7 +70,7 @@ alias wr='curl wttr.in'
|
|||
alias python='python3'
|
||||
alias py='python'
|
||||
## todo.txt
|
||||
alias todo="todo.sh"
|
||||
alias todo="todo.sh -d ~/Dropbox/TextSync/TODO/todo.cfg"
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
export EDITOR='vim'
|
||||
|
@ -110,4 +110,3 @@ export VOLTA_HOME="$HOME/.volta"
|
|||
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||
|
||||
source $HOME/.zshrc-additional
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue