Skip to content

misc scripting functions and dotfiles for bash, and profile init

Notifications You must be signed in to change notification settings

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

No packages published