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: ●