]> Freerunner's - dotfiles.git/commitdiff
bash: update config
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 3 Oct 2024 22:20:57 +0000 (00:20 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 3 Oct 2024 22:20:57 +0000 (00:20 +0200)
home/dot-bash_profile
home/dot-bashrc

index 3fad77b023e54978b2cb8b8e04db7590157f0973..480ae7473b4afc1dc1b9bf5cbace9e7691283e4d 100644 (file)
@@ -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
 
index 4eba4586d2fb794fb752e8338f85323e9a484a59..098b6f7154962f4a1ace6eb8536bf7ad54b6e3f2 100644 (file)
@@ -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"