Adding Permanent alias using update-alternatives
sudo update-alternatives --install [target_path] [alternative_name] [source_path] [priority]
alternative_name -> name for managing alternative
target_path -> usuall /usr/bin/{alternative_name} (if you want to use same command as alternative_name)
...
blog.ahmadullah.in1 min read