1 2 3 4 5 6 7 8 9 10 11
typeset -U PATH path path=( $HOME/.local/bin $path ) if test -d /usr/lib/flatpak-xdg-utils/ then path=( /usr/lib/flatpak-xdg-utils $path ) fi export PATH