Browse code

New article: powerline

Cinan Rakosnik authored on 05/07/2013 at 17:26:29
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
0
+---
1
+layout: post
2
+title: "Powerline - nice and clean terminal prompt"
3
+date: 2013-07-05 19:04
4
+comments: true
5
+categories: [shell]
6
+cover: /images/cover/avatar.png
7
+keywords: shell, powerline, zsh, bash, fish, terminal
8
+description: Customize terminal prompt
9
+---
10
+
11
+I've always wanted a sexy terminal prompt (aka $PS1, dear power users).
12
+Finally I managed to find it. It's called
13
+[powerline-sheel](https://github.com/milkbikis/powerline-shell). Except nice
14
+look it offers git/svn/hg integration as you can see on the screenshot below.
15
+
16
+{% img /images/powerline.png Git branches with untracked files %}
17
+
18
+It's compatible with Bash, Zsh and Fish shells. Installation instructions are on
19
+the Github project page. 
0 20
new file mode 100644
1 21
Binary files /dev/null and b/source/images/powerline.png differ