Compare commits

..

No commits in common. "9f334fa2dff5c2dd12a656e3ee920af7b4c1226c" and "6b7228e0bc6ba89d07e20ab904e372d197cf9d4f" have entirely different histories.

4 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit f8bf8f0029a475831ebfba0799975ede20e08742
Subproject commit b0bffcaf865434711d98b63eddd0aa52be0fbeb1

@ -1 +1 @@
Subproject commit 874bd4d32359266d30b8ba602e7256ec72423d1a
Subproject commit c156a2a548b28759c663b5fb5ff09b6ed13f1e02

@ -1 +1 @@
Subproject commit 75ba3d87e346de4fda7ce35c546ed8fa74d73a90
Subproject commit b2c910a85ed84cb7e5108e7cb3406a2e825a858f

4
.zshrc
View File

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