Add hostname, newline, path, venv, space, tmux, username, vcs

Ceda EI 2019-02-20 15:15:39 +05:30
parent 9c0d03c696
commit 8bd3c1a8e2
8 changed files with 38 additions and 0 deletions

5
plugins/hostname.md Normal file

@ -0,0 +1,5 @@
# Hostname
+ Plugin Name: `hostname`
+ Config Variables
+ None

4
plugins/newline.md Normal file

@ -0,0 +1,4 @@
# Newline
+ Plugin Name: `newline`
+ Config Variables

5
plugins/path.md Normal file

@ -0,0 +1,5 @@
# Path
+ Plugin Name: `path`
+ Config Variables
+ `WISH_PATH_NO_WRITE_SUFFIX`: Suffix if the current path is not writeable. Default: ``

4
plugins/pythonvenv.md Normal file

@ -0,0 +1,4 @@
# Python Virtualenv
+ Plugin Name: `python_venv`
+ Config Variables

4
plugins/space.md Normal file

@ -0,0 +1,4 @@
# Space
+ Plugin Name: `space`
+ Config Variables

5
plugins/tmux.md Normal file

@ -0,0 +1,5 @@
# Tmux Detached Sessions
+ Plugin Name: `tmux`
+ Config Variables
+ `WISH_TMUX_SUFFIX`: suffix to add after number of detached sessions. Default: `d`

4
plugins/username.md Normal file

@ -0,0 +1,4 @@
# Username
+ Plugin Name: `username`
+ Config Variables

7
plugins/vcs.md Normal file

@ -0,0 +1,7 @@
# Version Control System (Git)
+ Plugin Name: `vcs`
+ Config Variables
+ `WISH_VCS_GIT_SYMBOL`: Symbol to indicate that the current directory is a git repo. Default: 
+ `WISH_VCS_DEFAULT`: Symbol to display when the current directory is not a git repo. Default: $
+ `WISH_VCS_GIT_UNTRACKED_SYMBOL`: Symbol to show if the current git repo has untracked files. Default: ●