From 772596e447918b5fbca94a780700e7ae472674be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Kalvoda?= <jirikalvoda@kam.mff.cuni.cz> Date: Sat, 10 Oct 2020 10:05:50 +0200 Subject: [PATCH] BASH Deleet space aftrer promt --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index b51e2be..cb3dab8 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -303,6 +303,6 @@ PS1='${debian_chroot:+($debian_chroot)}\ \[\033[00m\]\[\033[01;${promt_color_git}m\]$(promt_parse_git_branch)\ \[\033[0m\]\ \[\033[${promt_color_dolar}m\]\ -$(promt_MakNewLine) \[\033[21m\]\[\033[0m\]' +$(promt_MakNewLine)\[\033[21m\]\[\033[0m\] ' unset color_prompt force_color_prompt -- GitLab