diff --git a/config.fish b/config.fish index e255f83..310d015 100644 --- a/config.fish +++ b/config.fish @@ -100,8 +100,8 @@ end # ─< set variables to aliasses >──────────────────────────────────────────────────────────── set vars "install" "update" "search" "remove" for c_alias in $vars -if not test -z "$" -alias "$vars"="$$vars" +if not test -z "$c_alias" +alias "$c_alias"="$$c_alias" end end