You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are my personally created bash related files.
Here I have used 2 files named alias and functions. In the alias file, I have added all the keyboard shortcuts used in the bash.
In the .bashrc file, I have sourced the other files, so that all the functions and alias can work. And after that I have put these 3 files inside a .bash directory in the $HOME directory. And then, I have created a link of the .bashrc file in the $HOME directory, so that it can run properly.