no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | zsh [2014/12/19 17:21] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== #!/bin/zsh ====== | ||
+ | * [[Terminal Shells]] | ||
+ | * [[bash]] | ||
+ | * [[csh]] | ||
+ | * [[ksh]] | ||
+ | * [[sh]] | ||
+ | * [[tcsh]] | ||
+ | |||
+ | == Update environment variables == | ||
+ | |||
+ | If you are running remote commands (git, for example), and you need access to files in ''/ | ||
+ | |||
+ | '' | ||
+ | |||
+ | < | ||
+ | PATH=" | ||
+ | </ | ||
+ | |||
+ | == oh-my-zsh == | ||
+ | |||
+ | Download and install: | ||
+ | |||
+ | < | ||
+ | git clone git:// | ||
+ | cp ~/ | ||
+ | </ |