diff --git a/rc/bashrc b/rc/bashrc index 0a85e002..8f35ecc7 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -727,7 +727,7 @@ cd # This function will download and install sources.list. -function ubuntu-sources-list-install { +function sources-list-install { export RELEASE=$(lsb_release -sr) a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE" diff --git a/rc/zshrc b/rc/zshrc index 4f778d91..3d6b4d5a 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -714,7 +714,7 @@ cd # This function will download and install sources.list. -function ubuntu-sources-list-install { +function sources-list-install { export RELEASE=$(lsb_release -sr) a[1]="https://raw.githubusercontent.com/Mikaela/shell-things/master/etc/apt/sources.list/$RELEASE"