Rename alias & env setting shell scripts

This commit is contained in:
Marty Oehme 2019-07-27 11:29:31 +02:00
parent b9441dc36d
commit beb5f1c323
9 changed files with 0 additions and 0 deletions

View 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