Skip to content

Instantly share code, notes, and snippets.

@hmahadik
Last active June 20, 2022 18:12
Show Gist options
  • Save hmahadik/84df6944a1983b76307ab7a8918ccde0 to your computer and use it in GitHub Desktop.
Save hmahadik/84df6944a1983b76307ab7a8918ccde0 to your computer and use it in GitHub Desktop.
Update .bashrc and .bash_aliases
echo "Updating .bashrc"
mv ~/.bashrc ~/.bashrc.bk
wget -O ~/.bashrc https://raw.githubusercontent.com/hmahadik/Scripts/master/.bashrc
echo "Updating .bash_aliases"
mv ~/.bash_aliases ~/.bash_aliases.bk
wget -O ~/.bash_aliases https://raw.githubusercontent.com/hmahadik/Scripts/master/.bash_aliases
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment