Skip to content

javilumbrales/shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

About

This repository hold aliases and bash functions/helpers that I use on a daily basis as shortcuts to boost my productivity and avoid typing repetitive commands.

Requirements

Git Completion & Git Prompt: https://github.com/git/git/tree/master/contrib/completion

Usage

Make sure your ~/.bashrc (~/.profile on Mac) includes the files with something like:

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

if [ -f ~/.bash_functions ]; then
    . ~/.bash_functions
fi

Feel free to contribute.

Find more cool stuf like this and/or get in touch at http://thedeveloperworldisyours.com/

About

This repository holds mainly bash aliases, and helper functions that I use to boost my productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published