Fix aliases path

This commit is contained in:
2023-02-04 21:25:59 +01:00
parent 6b7228e0bc
commit 22eeb9574a

4
.zshrc
View File

@@ -26,9 +26,9 @@ fi
# Distro specific aliases # Distro specific aliases
DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='` DISTRO=`cat /etc/os-release | grep ^ID= | cut -f2 -d'='`
if [ "$DISTRO" = 'arch' ]; then if [ "$DISTRO" = 'arch' ]; then
source .aliases_arch source $HOME/.aliases_arch
else else
source .aliases_ubuntu source $HOME/.aliases_ubuntu
fi fi
# Conda # Conda