From f7eccce7965233bf7c67720dbe4283195291f882 Mon Sep 17 00:00:00 2001 From: D4VID Date: Wed, 3 Feb 2021 11:25:43 +0100 Subject: [PATCH] new shell_aliases --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 0a7f133..93ecc96 100644 --- a/.zshrc +++ b/.zshrc @@ -112,8 +112,8 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8" export EDITOR='nvim' export TERM=screen-256color -if [ -f ~/.shell_aliases ]; then - source ~/.shell_aliases +if [ -f ~/.config/shell_aliases ]; then + source ~/.config/shell_aliases fi # setopt GLOBdots