X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/54a85d6c6744df54af2c092234ba84baacdc5ebc..f8eadb52150036dae87df0d70ae9a3d4a8cdc905:/etc/zsh/.zprofile diff --git a/etc/zsh/.zprofile b/etc/zsh/.zprofile index 9b93f41..ec88809 100644 --- a/etc/zsh/.zprofile +++ b/etc/zsh/.zprofile @@ -79,9 +79,7 @@ if [[ ! -v _sev_setup_path || -o login ]] { # XXX: XDG specifies ~/.local/bin as the only user-writable dir for # executables, but we specify more; technically this is against spec syspath=("$path[@]") - path=(~/{.local/,}{s,}bin - {~/.local,{$PREFIX,}{,/opt,/usr{,/local,pkg}}}/sbin - {~/.local,{$PREFIX,}{,/opt,/usr{,/local,pkg}}}/bin + path=({{${_sev_home:-~},~}{/.local,},{$PREFIX,}{,/opt,/usr{,/local,/pkg}}}/{s,}bin /usr/{X11R{7,6}/bin,games}) ((len=$#path)) path=("$path[@]" "$syspath[@]")