/.custom_bash_profile

My bash profile, contains alias, functions and other useful things for Mac and Linux terminals.

Primary LanguageShell

Custom bash profile

Usage

  • Clone this repository to your home directory using the following commands
cd ~/
git clone git@github.com:mbranbilla/.custom_bash_profile.git
  • Add the following lines to your .bashrc or .zshrc file
source	~/.custom_bash_profile/custom_profile_mac.sh

Note: I recommend using OhMyZSH!