Update aliasrc

fix(aliasrc): make aliasrc more portable
This commit is contained in:
Vlad Doster 2020-01-10 00:43:15 -05:00 committed by GitHub
parent a6421ced2b
commit 7bfeb3a493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
# Use neovim for vim if present.
command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d"