fi
fi
# Absolute path to `ls`.
-ls_path=`which ls`
+ls_path=`installed_path ls`
# GNU ls with colors.
if test "x$ls_color" = xgnu; then
ls_env=
# rxvt-unicode binaries (e.g. Debian's rxvt-unicode-256color), the
# terminal_info check for manual installations which modify
# rxvt-unicode's terminfo entry.
- urxvt_path=`which urxvt`
+ urxvt_path=`installed_path urxvt`
urxvt_grep=`strings "$urxvt_path" | grep '^TERM=rxvt-'`
if test x"$urxvt_grep" = 'xTERM=rxvt-unicode-256color' \
|| terminal_info rxvt-unicode \