switch vim setup install script to bash

main
Rob Muhlestein 4 weeks ago
parent b3e3439efb
commit 332af543e4

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/bash
if [ -z "$(which vim)" -o -z "$(which vimtutor)" ]; then
if [[ -z "$(which vim)" || -z "$(which vimtutor)" ]]; then
echo "Warning, doesn't look like you have full Vim version."
fi

Loading…
Cancel
Save