fix: Removing some extra space at line end in the zshrc file and adding the bashls LSP config file.
This commit is contained in:
parent
11c68f3743
commit
11bce34eec
3
nvim/after/lsp/bashls.lua
Normal file
3
nvim/after/lsp/bashls.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
return {
|
||||||
|
filetypes = { 'zsh' }
|
||||||
|
}
|
||||||
4
zshrc
4
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 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=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user