From fd8d423c63fdf10fd47a6509814e4e32e765cb4c Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Fri, 12 Jun 2020 17:05:11 +0200 Subject: [PATCH] Fix including custom rc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2227713..ac0f09b 100644 --- a/.zshrc +++ b/.zshrc @@ -91,4 +91,4 @@ source /usr/bin/aws_zsh_completer.sh # custom device -source .zshrc_custom +source ~/.zshrc_custom