fix: Adding alias for the todo list and the clangd LSP config file.

This commit is contained in:
Finch 2026-01-06 08:37:38 -06:00
parent 3dcd9eeea9
commit 5a5386737e
2 changed files with 1 additions and 0 deletions

View File

1
zshrc
View File

@ -124,6 +124,7 @@ alias du="du -h -d 1" # Always use human readable format and only for the curren
alias k="killall" # Quick killall alias k="killall" # Quick killall
alias p="ps aux | grep $1" # Quick alias p="ps aux | grep $1" # Quick
alias v="$EDITOR" # Just open the usual editor alias v="$EDITOR" # Just open the usual editor
alias todo="nvim ~/.zettelkasten/TODO.md"
### Environment specific include files ### Environment specific include files
include_files=( include_files=(