From: Andre Ramnitz Date: Thu, 3 Oct 2024 22:20:57 +0000 (+0200) Subject: bash: update config X-Git-Tag: v0.2~25 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0436f356d7a5846b4d4481f490d124c32a8bf85f;p=dotfiles.git bash: update config --- 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"