From 2f90daf952cc8c0dce9cbf3bc89abf9001611886 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 8 Feb 2024 02:35:34 +0000 Subject: [PATCH] updated vagrant.sh --- .bash.d/vagrant.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash.d/vagrant.sh b/.bash.d/vagrant.sh index 70eeb2a8f69..68d8777c852 100644 --- a/.bash.d/vagrant.sh +++ b/.bash.d/vagrant.sh @@ -30,7 +30,9 @@ alias cd_vagrant='cd "$vagrant"' alias cdv=cd_vagrant alias vhome=cd_vagrant #alias v='cd_vagrant; vagrant' -alias v='vagrant' +# 'v' is aliased to vim now as it's used much more often +#alias v='vagrant' +alias vag='vagrant' #alias vf='cd_vagrant; vim Vagrantfile; vagrant_gen_etc_hosts; eval "$(vagrant_gen_aliases)"' alias vst='vagrant status' alias vrun='vst | grep running'