From 897d46e1a95541c3155d26aed8b989acd7c63cfe Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 16 Apr 2020 12:05:32 +0200 Subject: [PATCH] Remove starship --- dotfiles/bash.org | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dotfiles/bash.org b/dotfiles/bash.org index 9350d6c..c45b47d 100644 --- a/dotfiles/bash.org +++ b/dotfiles/bash.org @@ -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