henrywoody / shell-utilities

Useful shell functions and aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Utilities

Useful functions for the command line.

Setup

  1. Clone or download this repository.

  2. Add the following line to your .bashrc or zshrc file:

    SHELL_UTILITIES_FILE="/path/to/repo/location/root.sh" # fill this in
    source $SHELL_UTILITIES_FILE

About

Useful shell functions and aliases

License:MIT License


Languages

Language:Shell 100.0%