Removed git powerline prompt for Eshell
This commit is contained in:
parent
125b48a599
commit
d9015c267b
@ -206,23 +206,22 @@
|
|||||||
Dependencies should be explicitly included as they won’t be resolved
|
Dependencies should be explicitly included as they won’t be resolved
|
||||||
automatically. Here is a table of all the extra packages I use:
|
automatically. Here is a table of all the extra packages I use:
|
||||||
#+NAME: extra-packages
|
#+NAME: extra-packages
|
||||||
| name of the package | why is it installed |
|
| name of the package | why is it installed |
|
||||||
|------------------------+------------------------------------------------------|
|
|---------------------+------------------------------------------------------|
|
||||||
| dired-du | alternative to ~ncdu~ with Dired |
|
| dired-du | alternative to ~ncdu~ with Dired |
|
||||||
| doom-themes | some cool themes |
|
| doom-themes | some cool themes |
|
||||||
| edit-indirect | edit region in separate buffer |
|
| edit-indirect | edit region in separate buffer |
|
||||||
| elcord | rich integration of Emacs in Discord |
|
| elcord | rich integration of Emacs in Discord |
|
||||||
| eshell-git-prompt | pimp my Eshell |
|
| kaolin-themes | some cool themes |
|
||||||
| kaolin-themes | some cool themes |
|
| magit-gitflow | integrate gitflow in Magit |
|
||||||
| magit-gitflow | integrate gitflow in Magit |
|
| meson-mode | major mode for Meson build files |
|
||||||
| meson-mode | major mode for Meson build files |
|
| multiple-cursors | I don’t like the layer, I prefer this package alone |
|
||||||
| multiple-cursors | I don’t like the layer, I prefer this package alone |
|
| org-sidebar | display on the side the outline of an Org buffer |
|
||||||
| org-sidebar | display on the side the outline of an Org buffer |
|
| outorg | edit comments as Org-mode buffers |
|
||||||
| outorg | edit comments as Org-mode buffers |
|
| pinentry | enter a GPG password from Emacs |
|
||||||
| pinentry | enter a GPG password from Emacs |
|
| visual-fill-column | allow the use of ~fill-column~ in ~visual-line-mode~ |
|
||||||
| visual-fill-column | allow the use of ~fill-column~ in ~visual-line-mode~ |
|
| wttrin | weather in Emacs |
|
||||||
| wttrin | weather in Emacs |
|
| yasnippet-snippets | snippets for YaSnippet |
|
||||||
| yasnippet-snippets | snippets for YaSnippet |
|
|
||||||
|
|
||||||
#+NAME: make-extra-packages
|
#+NAME: make-extra-packages
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no :var packages=extra-packages[,0] :exports none
|
#+BEGIN_SRC emacs-lisp :tangle no :var packages=extra-packages[,0] :exports none
|
||||||
@ -1790,11 +1789,6 @@
|
|||||||
eshell-prompt-function 'eshell/my-prompt)
|
eshell-prompt-function 'eshell/my-prompt)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Finally, let’s declare the theme of our shell:
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(eshell-git-prompt-use-theme 'powerline)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** File extensions
|
** File extensions
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-beb67a88-d7d3-4d58-bbc7-7a7be67f64aa
|
:CUSTOM_ID: h-beb67a88-d7d3-4d58-bbc7-7a7be67f64aa
|
||||||
|
Loading…
Reference in New Issue
Block a user