Skip to content

djp424/bash-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash-Configs

This is my personal Bash Aliases that I use on my mac.

Installation

  1. Install oh my zsh if you have not yet (note: these commands can work with pure bash as well)
  2. Download this repo to your directory of choice
  3. Add this to your ./zshrc file:
if [ -f ~/Code/bash-configs/zshalias ]; then
  source ~/Code/bash-configs/zshalias
else
  print "404: ~/Code/bash-configs/zshalias not found."
fi
  1. You can readload your terminal with these new aliases with the following:
source ~/.zshrc

Suggestions

  • When adding new custom commands, you can run the bash_checker.py program to check for syntax errors etc

Thank you to the following

About

My personal bash configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages