From 11bce34eec04f4236166b71eb7ef43450f786595 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Thu, 1 Jan 2026 20:58:53 -0600 Subject: [PATCH] fix: Removing some extra space at line end in the zshrc file and adding the bashls LSP config file. --- nvim/after/lsp/bashls.lua | 3 +++ zshrc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 nvim/after/lsp/bashls.lua diff --git a/nvim/after/lsp/bashls.lua b/nvim/after/lsp/bashls.lua new file mode 100644 index 0000000..f002d24 --- /dev/null +++ b/nvim/after/lsp/bashls.lua @@ -0,0 +1,3 @@ +return { + filetypes = { 'zsh' } +} diff --git a/zshrc b/zshrc index 60cf13a..9b9c096 100644 --- a/zshrc +++ b/zshrc @@ -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 du="du -h -d 1" # Always use human readable format and only for the current dir by default alias k="killall" # Quick killall -alias p="ps aux | grep $1" # Quick -alias v="$EDITOR" # Just open the usual editor +alias p="ps aux | grep $1" # Quick +alias v="$EDITOR" # Just open the usual editor ### Environment specific include files include_files=(