Rename alias & env setting shell scripts
This commit is contained in:
parent
b9441dc36d
commit
beb5f1c323
9 changed files with 0 additions and 0 deletions
4
.config/shell/rc.d/alias-nvim-to-vim.sh
Normal file
4
.config/shell/rc.d/alias-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