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=(