From 2bb58ef1ccde98eff688c024975de2e2e7ad0bd5 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 26 Oct 2020 10:41:02 +0100 Subject: [PATCH] [zsh] Remove more occurrences of absolute home folder --- dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 9d0cbcf..77607c3 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -152,8 +152,8 @@ if [ -f ~/Code/architecture/bin/ia ]; then source <(~/Code/architecture/bin/ia completion) fi; -if [ -f /home/bascht/Code/infrastructure-cli/Rakefile ]; then - alias chuck="rake -f /home/bascht/Code/infrastructure-cli/Rakefile" +if [ -f ${HOME}/Code/infrastructure-cli/Rakefile ]; then + alias chuck="rake -f ${HOME}/Code/infrastructure-cli/Rakefile" fi; source ~/.zsh-custom/plugins/