8000 GitHub - rettigs/pyprompt: A custom shell prompt written in Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rettigs/pyprompt

Folders and fil 786E es

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Your own shell prompt, but written in Python!

Also condenses the cwd, current git branch, and virtualenv when your window is tiny to give you some extra typing room.

To use, clone this repo:

cd
git clone git@github.com:rettigs/pyprompt.git

Then put this in your ~/.bashrc: (if you're using bash)

PROMPT_COMMAND=set_prompt
set_prompt () {
    export PS1="$(~/pyprompt/prompt.py)"
}

About

A custom shell prompt written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0