mirror of https://gitlab.com/ceda_ei/wish
Add hostname, newline, path, venv, space, tmux, username, vcs
parent
9c0d03c696
commit
8bd3c1a8e2
|
@ -0,0 +1,5 @@
|
|||
# Hostname
|
||||
|
||||
+ Plugin Name: `hostname`
|
||||
+ Config Variables
|
||||
+ None
|
|
@ -0,0 +1,4 @@
|
|||
# Newline
|
||||
|
||||
+ Plugin Name: `newline`
|
||||
+ Config Variables
|
|
@ -0,0 +1,5 @@
|
|||
# Path
|
||||
|
||||
+ Plugin Name: `path`
|
||||
+ Config Variables
|
||||
+ `WISH_PATH_NO_WRITE_SUFFIX`: Suffix if the current path is not writeable. Default: ``
|
|
@ -0,0 +1,4 @@
|
|||
# Python Virtualenv
|
||||
|
||||
+ Plugin Name: `python_venv`
|
||||
+ Config Variables
|
|
@ -0,0 +1,4 @@
|
|||
# Space
|
||||
|
||||
+ Plugin Name: `space`
|
||||
+ Config Variables
|
|
@ -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`
|
|
@ -0,0 +1,4 @@
|
|||
# Username
|
||||
|
||||
+ Plugin Name: `username`
|
||||
+ Config Variables
|
|
@ -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: ●
|
Loading…
Reference in New Issue