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