add fastfetch
This commit is contained in:
9
.bashrc
9
.bashrc
@@ -44,6 +44,7 @@ if [ "$TERM" = "linux" ]; then
|
||||
fi
|
||||
|
||||
clear
|
||||
# fastfetch --config ~/.config/fastfetch/mini.jsonc
|
||||
tfetch
|
||||
|
||||
PS1='\n[ \e[35;1m\u \e[34m\w\e[0m ]\n\e[1m\$ \e[0m'
|
||||
@@ -59,8 +60,14 @@ export FZF_DEFAULT_OPTS="
|
||||
--color=fg+:#e0def4,bg+:#26233a,hl+:#ebbcba
|
||||
--color=border:#403d52,header:#31748f,gutter:#191724
|
||||
--color=spinner:#f6c177,info:#9ccfd8
|
||||
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"
|
||||
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa
|
||||
--ansi
|
||||
"
|
||||
export FZF_CTRL_T_OPTS="
|
||||
--preview='bat --color=\"always\" {}'
|
||||
"
|
||||
|
||||
eval "$(starship init bash)"
|
||||
eval "$(fzf --bash)"
|
||||
eval "$(zoxide init --cmd cd bash)"
|
||||
|
||||
|
Reference in New Issue
Block a user