From 8bd3c1a8e2a32c4b186f8283159e73fa23200726 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 20 Feb 2019 15:15:39 +0530 Subject: [PATCH] Add hostname, newline, path, venv, space, tmux, username, vcs --- plugins/hostname.md | 5 +++++ plugins/newline.md | 4 ++++ plugins/path.md | 5 +++++ plugins/pythonvenv.md | 4 ++++ plugins/space.md | 4 ++++ plugins/tmux.md | 5 +++++ plugins/username.md | 4 ++++ plugins/vcs.md | 7 +++++++ 8 files changed, 38 insertions(+) create mode 100644 plugins/hostname.md create mode 100644 plugins/newline.md create mode 100644 plugins/path.md create mode 100644 plugins/pythonvenv.md create mode 100644 plugins/space.md create mode 100644 plugins/tmux.md create mode 100644 plugins/username.md create mode 100644 plugins/vcs.md diff --git a/plugins/hostname.md b/plugins/hostname.md new file mode 100644 index 0000000..40f1198 --- /dev/null +++ b/plugins/hostname.md @@ -0,0 +1,5 @@ +# Hostname + ++ Plugin Name: `hostname` ++ Config Variables + + None diff --git a/plugins/newline.md b/plugins/newline.md new file mode 100644 index 0000000..9d6af9d --- /dev/null +++ b/plugins/newline.md @@ -0,0 +1,4 @@ +# Newline + ++ Plugin Name: `newline` ++ Config Variables diff --git a/plugins/path.md b/plugins/path.md new file mode 100644 index 0000000..b90dee8 --- /dev/null +++ b/plugins/path.md @@ -0,0 +1,5 @@ +# Path + ++ Plugin Name: `path` ++ Config Variables + + `WISH_PATH_NO_WRITE_SUFFIX`: Suffix if the current path is not writeable. Default: `` diff --git a/plugins/pythonvenv.md b/plugins/pythonvenv.md new file mode 100644 index 0000000..2a87a44 --- /dev/null +++ b/plugins/pythonvenv.md @@ -0,0 +1,4 @@ +# Python Virtualenv + ++ Plugin Name: `python_venv` ++ Config Variables diff --git a/plugins/space.md b/plugins/space.md new file mode 100644 index 0000000..03b8f7c --- /dev/null +++ b/plugins/space.md @@ -0,0 +1,4 @@ +# Space + ++ Plugin Name: `space` ++ Config Variables diff --git a/plugins/tmux.md b/plugins/tmux.md new file mode 100644 index 0000000..a6514ee --- /dev/null +++ b/plugins/tmux.md @@ -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` diff --git a/plugins/username.md b/plugins/username.md new file mode 100644 index 0000000..205b0b6 --- /dev/null +++ b/plugins/username.md @@ -0,0 +1,4 @@ +# Username + ++ Plugin Name: `username` ++ Config Variables diff --git a/plugins/vcs.md b/plugins/vcs.md new file mode 100644 index 0000000..d2b5933 --- /dev/null +++ b/plugins/vcs.md @@ -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: ●