This is a code for making a basic shell script template using vim abbreviations to autocomplete the basic script template every time when creating a new script. Just need to add this code in /etc/vimrc.
source the /etc/vimrc after adding the code. Open the vim editor, Type the #! (shebang) and enter tab key to check the output.
Expected Output:
#!/usr/bin/env bash
#author: Dhimant Thanki
#Date:Saturday 03 August 2019 09:39:45 PM IST
#Description: