source <(wget -q -O - "$@" https://alias.sh/user/7/alias)
This will source it every time you login. Otherwise you could easily put the first command on your profile in a cronjob to run one daily etc.
source <(wget -q -O - "$@" https://alias.sh/user/7/alias)
This will source it every time you login. Otherwise you could easily put the first command on your profile in a cronjob to run one daily etc.