spiside / create_root

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a root of any parent directory

A simple bash script that instantiates a .root file in your application's parent directory so you don't have to type cd .. all day long.

##Instructions

  1. git clone this repo
  2. Create an alias in your .bashrc file pointing to root and calling source or . (ex. . alias="path/to/root")
  3. Call root create in the parent directory of your application
  4. Whenever you are within the subdirectories, call root and return to your parent!

That's it!

About


Languages

Language:Shell 100.0%