summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-02-22 07:14:36 +0100
committerAdam Stück <adam@adast.xyz>2023-02-22 07:14:36 +0100
commit3b360b69d4967ff3a6935b66c923602d4413ff41 (patch)
tree99aa6bb7f5742676a97bf4e2f19264e27211240c
parent4bd6a14edbf91220d65e0925a1d6259e41c1390c (diff)
shell: drop prompt newline and pfetch
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 5992fd5..e47e401 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="\n\[\e[1;33m\]\W\[\e[m\] $ "
+export PS1="\[\e[1;33m\]\W\[\e[m\] $ "
source /usr/share/fzf/key-bindings.bash
source /usr/share/fzf/completion.bash
@@ -25,4 +25,4 @@ source "$XDG_CONFIG_HOME/aliases"
eval "$(zoxide init bash)"
# eval "$(starship init bash)"
-pfetch
+# pfetch