From 04876432d4bc6a84b6bbfe55ce0b1648b613644a Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 14 May 2024 15:43:11 -0500 Subject: [PATCH] fastfetch and ctrlf zi --- .bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c507342..8fb0d98 100644 --- a/.bashrc +++ b/.bashrc @@ -4,6 +4,9 @@ iatest=$(expr index "$-" i) ####################################################### # SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me ####################################################### +if [ -f /usr/bin/fastfetch ]; then + fastfetch +fi # Source global definitions if [ -f /etc/bashrc ]; then @@ -543,10 +546,10 @@ lazyg() { ####################################################### alias hug="hugo server -F --bind=10.0.0.97 --baseURL=http://10.0.0.97" +bind '"\C-f":"zi\n"' export PATH=$PATH:"$HOME/.local/bin:$HOME/.cargo/bin:/var/lib/flatpak/exports/bin:/.local/share/flatpak/exports/bin" # Install Starship - curl -sS https://starship.rs/install.sh | sh - eval "$(starship init bash)" eval "$(zoxide init bash)"