From 9668153d74ab260981473f0519ab54957ed00cbc Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 23 Oct 2019 15:17:20 -0500 Subject: [PATCH] fix path to cloud-stack --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ebc75aa..7fdb424 100644 --- a/.bashrc +++ b/.bashrc @@ -13,7 +13,7 @@ export GIT_MERGE_AUTOEDIT=no export EDITOR=vim export PATH=$PATH:$HOME/.local/bin:$HOME/bin -test -s $HOME/code/consolo-enterprise-config/src/dev-env/dev-aliases && . $HOME/code/consolo-enterprise-config/src/dev-env/dev-aliases || true +test -s $HOME/cloud-stack/src/vagrant-dev-env/dev-aliases && . $HOME/cloud-stack/src/vagrant-dev-env/dev-aliases || true HISTSIZE=5000 HISTFILESIZE=10000