organize zsh scripts
This commit is contained in:
parent
a446cd7a7a
commit
afd94a8592
9 changed files with 2 additions and 2 deletions
4
.config/shell/rc.d/nvim-to-vim.sh
Normal file
4
.config/shell/rc.d/nvim-to-vim.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Check for existence of nvim command. If found, substitute vim with it.
|
||||
type nvim >/dev/null 2>&1 && alias vim=nvim
|
||||
Loading…
Add table
Add a link
Reference in a new issue