# -*- mode: sh -*- config="$HOME/bash-config" . "$config/path-utils" add_bin_man /usr/local add_library_path /usr/local/lib add_path_after /usr/sbin add_path_after /sbin # This rigamarole is an attempt to handle filenames with spaces in # them, without resorting to non-sh constructs like arrays, and # without disturbing the value of $@, which apparently the xdm scripts # need preserved. eval "$( set dummy "$config"/*.env shift while [ $# -gt 0 ]; do echo ". \"$1\"" shift done )" add_bin_man "$HOME" add_bin_man "$HOME/$(uname -m)"