organize zsh scripts

This commit is contained in:
Marty Oehme 2019-03-15 14:54:09 +01:00
parent a446cd7a7a
commit afd94a8592
9 changed files with 2 additions and 2 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