[zsh] Remove more occurrences of absolute home folder

This commit is contained in:
Sebastian Schulze 2020-10-26 10:41:02 +01:00
parent 50de1005d5
commit 2bb58ef1cc
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -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/