fix: Removing some extra space at line end in the zshrc file and adding the bashls LSP config file.

This commit is contained in:
Finch 2026-01-01 20:58:53 -06:00
parent 11c68f3743
commit 11bce34eec
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
return {
filetypes = { 'zsh' }
}

4
zshrc
View File

@ -122,8 +122,8 @@ alias rm="rm -Iv" # Prompt for removal of more than three files or recursively t
alias df="df -h" # Always use the human readable formatting alias df="df -h" # Always use the human readable formatting
alias du="du -h -d 1" # Always use human readable format and only for the current dir by default alias du="du -h -d 1" # Always use human readable format and only for the current dir by default
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
### Environment specific include files ### Environment specific include files
include_files=( include_files=(