Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emareg committed Nov 5, 2016
1 parent 58e170f commit b51403c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions README.md
@@ -1,19 +1,34 @@
# Promptheus

A bash/zsh theme.
A shell prompt for bash and zsh.

![Screenshot](screenshot.png?raw=true)


## Features
* working directory with wirte permission indicator
* current time
* return code of previous command
* git branch and status
* autojump `cd` to previous directories (history)
* working directory with write permission color
* return code of previous failed command
* git/svn branch and status
* root user color indicator
* current time

## Install Instructions
Just source the `.promptheusrc` in your `.bashrc` or `.zshrc`

```bash
# load promptheus theme
source .promptheusrc
```

## Aliases
Promptheus defines a small set of handy aliases

`..`, `...`, `.....` to `cd` upwards
`ff PATTERN` find file with PATTERN
`fa PATTERN` find all occurences of PATTERN in files

`ff PATTERN` find file with PATTERN

`fif PATTERN` find all occurrences of PATTERN in files

`x FILE` to extract any archive FILE

Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b51403c

Please sign in to comment.