summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-02-20 15:48:55 +0100
committerAdam Stück <adam@adast.xyz>2023-02-20 15:48:55 +0100
commitcbbef735eafa923d3de059c7a1b9f2a6a61dcdab (patch)
tree80bab38784020f6d82ec1d6e559b38fb215f6998 /.bashrc
parent03dbcfae3ba6d880c02fa176011990965f88f20d (diff)
shell: added newline to prompt
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