summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 9224f4d..3aedb3e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -15,7 +15,7 @@ export PAGER="less -i -j.5 -R"
export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=100000
export HISTFILESIZE=$HISTSIZE
-export PS1="\[\e[1;33m\]\W\[\e[m\] $ "
+export PS1="\n\[\e[1;33m\]\W\[\e[m\] $ "
source /usr/share/fzf/key-bindings.bash
source /usr/share/fzf/completion.bash