Oct 21

Here’s an easy way to change the prompt in Unix Shell

export PS1="[\W]$ "

This will use the current directory as command prompt

Tagged with:
Oct 21

By default, ‘crontab -e’ uses vi without syntax highlights or nano.
to make it use vim, execute the following command:

> export EDITOR=/usr/bin/vim
Tagged with:
preload preload preload
Bless CV