From 0436f356d7a5846b4d4481f490d124c32a8bf85f Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 4 Oct 2024 00:20:57 +0200 Subject: [PATCH] bash: update config --- home/dot-bash_profile | 2 +- home/dot-bashrc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/home/dot-bash_profile b/home/dot-bash_profile index 3fad77b0..480ae747 100644 --- a/home/dot-bash_profile +++ b/home/dot-bash_profile @@ -8,7 +8,7 @@ export VISUAL="kks edit" export PAGER="bat --style auto --pager" export VDPAU_DRIVER=radeonsi -export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60%' +export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60% --color fg+:3,hl+:4' export ZSTD_NBTHREADS="0" export GTK_USE_PORTAL=1 diff --git a/home/dot-bashrc b/home/dot-bashrc index 4eba4586..098b6f71 100644 --- a/home/dot-bashrc +++ b/home/dot-bashrc @@ -91,10 +91,11 @@ lfcd () { # Put your fun stuff here. # -command fastfetch -c "$HOME/.config/fastfetch/config.jsonc" - -# enable a minimal default prompt and use starship l8r - +# just set a minimal prompt in bash and use starship instead PS1='\u@\h \w \$ ' command -v starship > /dev/null 2>&1 && eval "$(starship init bash)" +# apply base16 theme +~/.local/bin/base16-flavours +clear +command fastfetch -c "$HOME/.config/fastfetch/config.jsonc" -- 2.51.2