Skip to content

Bunch of commands and aliases that are sourced in .bashrc

Notifications You must be signed in to change notification settings

gabskoro/.setup

Repository files navigation

Initial setup

.bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells. So what I do is, I always source .bashrc in .bash_profile.

Open .bash_profile and add

source ~/.bashrc

Clone this repo to your home folder and add this to your .bashrc file

for f in ~/.setup/*.settings ~/.setup/**/*.settings; do
   source $f
done

About

Bunch of commands and aliases that are sourced in .bashrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published