Here’s an easy way to change the prompt in Unix Shell
export PS1="[\W]$ "
This will use the current directory as command prompt
Here’s an easy way to change the prompt in Unix Shell
export PS1="[\W]$ "
This will use the current directory as command prompt
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
Recent Comments