fastfetch and ctrlf zi

This commit is contained in:
Chris Titus
2024-05-14 15:43:11 -05:00
parent 1eb1b94851
commit 04876432d4

View File

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