About getting the prompt to show your current working directory, try this: PS1='${PWD##}' About the alias, try this: alias dir=ls -l To get a list of already defined aliases, just type 'alias'. Or try 'man alias' Huy Nguyen