diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-03-02 23:06:29 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-03-02 23:06:29 +0300 |
commit | 9e6474b07d1d06b2ba06bb3e3ba90f15389f233a (patch) | |
tree | 38886769cf58027c0b1df551579466f6c146e332 /.bashrc | |
parent | e5a92069480899e8af963a2014836eefbe4ba7c1 (diff) |
added rofi theme
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |