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)"