Never Forget Your Commands Again: Utilizing a .profile

Nessim Btesh
2 min readJan 17, 2023

Keeping a consistent set of commands in every project can be a tedious task, especially when working on multiple projects simultaneously. However, by utilizing a “.profile” file and adding a specific command to your “.bash_profile”, you can easily ensure that you never forget your commands and keep them organized.

A “.profile” file is a script file that is executed when a user logs into the system. It can be used to set environment variables, configure shell settings, and execute commands. In this case, we will use it to store all of the…

--

--