fix: Adding alias for the todo list and the clangd LSP config file.
This commit is contained in:
parent
3dcd9eeea9
commit
5a5386737e
0
nvim/after/lsp/clangd.lua
Normal file
0
nvim/after/lsp/clangd.lua
Normal file
1
zshrc
1
zshrc
@ -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=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user