From b41055f11a69cf51240d3935522b47044330adf6 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 9 Sep 2020 09:59:59 -0700 Subject: add abduco to .zprofile --- .zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 0cfb302..6d773d1 100644 --- a/.zprofile +++ b/.zprofile @@ -62,7 +62,7 @@ if [[ -d $HOME/.config/init/funcs/ && -d $HOME/.config/init/funcreqs ]]; then fi ############# CONNECTING OVER SSH ############# -[[ -f $HOME/.zprofile-dtach ]] && \ - source $HOME/.zprofile-dtach +[[ -f $HOME/.zprofile-abduco ]] && \ + source $HOME/.zprofile-abduco export PATH -- cgit v1.2.3