• Stars
    star
    261
  • Rank 156,063 (Top 4 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 15 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Towards better Zsh Git integration
http://www.wunjo.org/zsh-git

This is my git-enabled zsh prompt.

I got fed up with looking at everyone's half-baked kludges, so I decided to try
to do better.

The git integration bits are mostly separated into a module called 'zgitinit',
where as the prompt is a standard zsh prompt theme.

To use this, you need to get the files in functions somewhere that zsh can find
them, here's two way so to do that:

System wide:
  % sudo cp /path/to-wunjo-zsh-git/functions/* /usr/local/share/zsh/site-functions

or just for your user:
  % mkdir -p ~/.zsh/func
  % cp /path/to-wunjo-zsh-git/functions/* ~/.zsh/func
  % cat >> ~/.zshenv
  fpath=($fpath $HOME/.zsh/func)
  typeset -U fpath

Example minimal zshrc is in zshrc.

More Repositories

1

home

$HOME is where these files go; there are many like them, but these are mine...
Shell
23
star
2

hexant

Hexagonal Ants
JavaScript
14
star
3

hexer

JavaScript
11
star
4

pchepa

PC Fan driven open source HEPA filter
OpenSCAD
11
star
5

gridfinity-risers

Riser Modules for Gridfinity
OpenSCAD
8
star
6

anansi

AnANSI - a bag of collected wisdom for manipulating terminals
Go
7
star
7

konsole-colorscheme-solarized

port of solarized to Konsole (KDE's terminal)
Python
6
star
8

starter_home

A Decent Starter $HOME
Shell
5
star
9

darkula

Darkula Vim Colorscheme
Vim Script
5
star
10

vim-lobster

Vim Support for the Lobster Programming Language
Vim Script
4
star
11

markoff

JavaScript
3
star
12

vim-searchmatch

Easy search highlight pinning in Vim with :match
Vim Script
3
star
13

ants

HTML5 Simulator for Langton's Ants
CoffeeScript
2
star
14

Notebook

Notebook Application Using HTML5
JavaScript
2
star
15

hashbind

Dual Binding Library For window.location.hash
JavaScript
2
star
16

moar_problems

A Random Collection of Practice Problems
Go
1
star
17

aoc

advent of code
1
star
18

lesspipe.js

Modern lesspipe
JavaScript
1
star
19

pysplat

Python
1
star
20

measure

Measure is a program which measures programs... really.
C
1
star
21

gothird

Go first & third; an attempt to grok forth
Go
1
star
22

gorunwasm

Go Run WASM In The Browser
Go
1
star
23

vim-bindsplit

Simple scroll-bound splits in vim
Vim Script
1
star
24

markov

Markov Chainng Around Project Gutenberg
Go
1
star
25

jscas

An HTML5 JavaScript CAS
JavaScript
1
star
26

deporder

Go
1
star
27

soc

SoC is for the one holding the stake
Go
1
star
28

better-subprocess

Some additions to Python's subprocess module
Python
1
star
29

aurbuild

Python
1
star
30

git-clique

Python
1
star
31

markov-wisdom

Simple markov text chaining implementation in python, primarily purposed for generating an “infinite source of wisdom” by feeding it such documents as the Tao Te Ching.
Python
1
star
32

b2emo_rc_toy

B2EMO RC Toy
C++
1
star