Remove starship
This commit is contained in:
parent
ac695cebf0
commit
6b37e825dd
@ -342,11 +342,6 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Starship Prompt
|
|
||||||
#+begin_src bash
|
|
||||||
eval "$(starship init bash)"
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
* Bash Profile
|
* Bash Profile
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:bash: :tangle ~/.bash_profile
|
:header-args:bash: :tangle ~/.bash_profile
|
||||||
@ -393,8 +388,10 @@ Force prompt to write history after every command. http://superuser.com/question
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Exports
|
** Exports
|
||||||
|
*** Term
|
||||||
|
This is important for termite to work when sshing in remote machines.
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-color
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** XDG Default
|
*** XDG Default
|
||||||
|
Loading…
Reference in New Issue
Block a user