Skip to content

tmcsantos/dotfiles

Repository files navigation

scripts

Miscellaneous scripting functions for bash.

Add the following snippet to your .bash_profile file to enable the builtin functions.

# load custom scripts
if [ -f "$HOME/dotfiles/init" ]; then
  source $HOME/dotfiles/init
fi

About

misc scripting functions and dotfiles for bash, and profile init

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors