summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-03-02 23:06:29 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-03-02 23:06:29 +0300
commit9e6474b07d1d06b2ba06bb3e3ba90f15389f233a (patch)
tree38886769cf58027c0b1df551579466f6c146e332 /.bashrc
parente5a92069480899e8af963a2014836eefbe4ba7c1 (diff)
added rofi theme
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index b69b0a9..58cd664 100644
--- a/.bashrc
+++ b/.bashrc
@@ -40,7 +40,7 @@ shopt -s autocd
# C_RESET="\[\e[0m\]"
export JAVA_HOME="/usr/lib/jvm/default/"
-export PS1='[\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[36m\]\W\[\e[93m\]$(__git_ps1 "(%s" | cut_dots 15 ")")\[\e[37m]\[\e[38;5;183m\]\$\[\e[0m\] '
+export PS1='[\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[36m\]\W\[\e[93m\]$(__git_ps1 "(%s" | cut_dots 15 ")")\[\e[37m\]]\[\e[38;5;183m\]\$\[\e[0m\] '
# dotfiles
GHC_PACKAGE_PATH="/usr/lib/ghc-9.0.2/package.conf.d"