From 22eeb9574aca560f87500f090fd2811be188e0f3 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 4 Feb 2023 21:25:59 +0100 Subject: [PATCH] Fix aliases path --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index c87c7c6..6b3a1d3 100644 --- a/.zshrc +++ b/.zshrc @@ -26,9 +26,9 @@ fi # Distro specific aliases DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='` if [ "$DISTRO" = 'arch' ]; then - source .aliases_arch + source $HOME/.aliases_arch else - source .aliases_ubuntu + source $HOME/.aliases_ubuntu fi # Conda