A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zwild/eshell-prompt-extras below:

suzzvv/eshell-prompt-extras: Display extra information and color for your eshell prompt.

Display extra information and color for your eshell prompt.

This library display remote user, remote host, python virtual
environment info, git branch, git dirty info and git unpushed number
for eshell prompt.

If you want to display the python virtual environment info, you
need to install virtualenvwrapper.

pip install virtualenvwrapper

And virtualenvwrapper.el

It is recommended installed by the ELPA package system.
You could install it by M-x: with
package-install: eshell-prompt-extras.

before emacs24.4

(eval-after-load 'esh-opt
  (progn
    (autoload 'epe-theme-lambda "eshell-prompt-extras")
    (setq eshell-highlight-prompt nil
          eshell-prompt-function 'epe-theme-lambda)))

If you want to display python virtual environment information.

(eval-after-load 'esh-opt
  (progn
    (require 'virtualenvwrapper)
    (venv-initialize-eshell)
    (autoload 'epe-theme-lambda "eshell-prompt-extras")
    (setq eshell-highlight-prompt nil
          eshell-prompt-function 'epe-theme-lambda))))

after emacs24.4

(with-eval-after-load "esh-opt"
  (autoload 'epe-theme-lambda "eshell-prompt-extras")
  (setq eshell-highlight-prompt nil
        eshell-prompt-function 'epe-theme-lambda))

If you want to display python virtual environment information:

(with-eval-after-load "esh-opt"
  (require 'virtualenvwrapper)
  (venv-initialize-eshell)
  (autoload 'epe-theme-lambda "eshell-prompt-extras")
  (setq eshell-highlight-prompt nil
        eshell-prompt-function 'epe-theme-lambda))
epe-theme-lambda  
epe-theme-dakrone
epe-theme-multiline-with-status
epe-show-python-info (default t)  
epe-git-dirty-char (default *)  
epe-git-untracked-char (default ?)  
epe-git-detached-HEAD-char (default D:)  
epe-path-style: (options: fish, single or full. default fish)
epe-remote-face  
epe-venv-face  
epe-dir-face  
epe-git-face  
epe-symbol-face  
epe-sudo-symbol-face
epe-status-face


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4