X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/89cf694280e02442fb435d5fe516ac09783d776a..9a06c97b7b6aa40150b09b1400de31ebfcc5a425:/bin/vp?ds=sidebyside diff --git a/bin/vp b/bin/vp index a979204..b4ef8b8 100755 --- a/bin/vp +++ b/bin/vp @@ -1,7 +1,7 @@ -#! /bin/bash +#!/bin/bash # Open PKGBUILD if it exists and exit - [[ -e PKGBUILD ]] && $EDITOR PKGBUILD && exit + [[ -e PKGBUILD ]] && ${EDITOR:-vim} PKGBUILD && exit ################################################################################