diff options
author | katherine <ageha@airen-no-jikken.icu> | 2020-09-09 09:59:59 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2020-09-09 09:59:59 -0700 |
commit | b41055f11a69cf51240d3935522b47044330adf6 (patch) | |
tree | b1ffb5a22a9e0d7cd428dd4b2c2f8814a0fa951a | |
parent | d9e43c003ea1ae31b890e3b2b5039f32a138e5ca (diff) | |
download | dotfiles-b41055f11a69cf51240d3935522b47044330adf6.tar.gz |
add abduco to .zprofile
-rw-r--r-- | .zprofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |