########################################### # 2020/04/03 - PsychOS486 - Brainstorming # ########################################### If using Debian 5, look to see if it includes 'dselect' program for package management and may need it if no apt. If 'apropos' is not available, set an alias in the .bashrc for it using "man -k $1". May have to add "$HOME=$(~)" to .bashrc if "$HOME" doesn't exist yet. If for some reason 'less' is not available, et an alias for it to use more. Add 'job' to list any suspended job to .bashrc See if 'finger' command is installed and add a ".plan" file to test; do so from various locations to see if can double as a reminder checker. Double-check environment variables such as EMAIL, EDITOR, BROWSER, PAGER (set tl 'less' if you can) If 'whereis' doesn't exist, set an alias for "type $1"