Awesome
Up
an easier way to navigate up directories
Usage
There are three ways to invoke up
: without arguments, with an integer
argument, with a name of a path beginning with a directory in the current
path.
Without arguments
~/one/two
$ up
~/one
With an integer argument
~/one/two/three
$ up 2
~/one
With a path argument
~/one/left/two/three
$ up one/right
~/one/right
Installation
Using zplug
Add to your .zshrc
:
zplug "cjayross/up"
Using zgen
Add to your .zshrc
:
zgen load cjayross/up
zgen save
Using Antigen
Add to your .zshrc
:
antigen bundle cjayross/up
antigen apply