function set_alias # ─< set variables to aliasses >──────────────────────────────────────────────────────────── if upin set vars "install" "update" "search" "remove" for env in $vars if not test -z "$env" alias "$env"="$$env" end end end end