From cbbef735eafa923d3de059c7a1b9f2a6a61dcdab Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Mon, 20 Feb 2023 15:48:55 +0100 Subject: shell: added newline to prompt --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') 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 -- cgit v1.2.3-70-g09d2