mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Fix aliases path
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user