Removed git powerline prompt for Eshell

This commit is contained in:
Lucien Cartier-Tilet 2020-02-25 15:02:24 +01:00
parent 125b48a599
commit d9015c267b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 16 additions and 22 deletions

View File

@ -207,12 +207,11 @@
automatically. Here is a table of all the extra packages I use:
#+NAME: extra-packages
| name of the package | why is it installed |
|------------------------+------------------------------------------------------|
|---------------------+------------------------------------------------------|
| dired-du | alternative to ~ncdu~ with Dired |
| doom-themes | some cool themes |
| edit-indirect | edit region in separate buffer |
| elcord | rich integration of Emacs in Discord |
| eshell-git-prompt | pimp my Eshell |
| kaolin-themes | some cool themes |
| magit-gitflow | integrate gitflow in Magit |
| meson-mode | major mode for Meson build files |
@ -1790,11 +1789,6 @@
eshell-prompt-function 'eshell/my-prompt)
#+END_SRC
Finally, lets declare the theme of our shell:
#+BEGIN_SRC emacs-lisp
(eshell-git-prompt-use-theme 'powerline)
#+END_SRC
** File extensions
:PROPERTIES:
:CUSTOM_ID: h-beb67a88-d7d3-4d58-bbc7-7a7be67f64aa