powerliners 0.2.13

1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// vim:fileencoding=utf-8:noet
//! Port of `powerline/bindings/__init__.py`.
//!
//! Upstream is a 0-byte namespace package marker. No Python definitions
//! to port — this module file exists only to declare child binding
//! modules per the package layout.

pub mod config;
pub mod ipython;
pub mod pdb;
pub mod qtile;
pub mod tmux;
pub mod vim;
pub mod wm;
pub mod zsh;