From ddd6e973d651b9d9c4d160c8ebb288daa071e259 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 20 Jan 2025 20:49:03 -0500 Subject: Updated Thinkpad config to latest, updated all packages, updated docker compose, changed nixGL to make hyprland work again, now using bash with starship config --- home-config/bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'home-config/bashrc') diff --git a/home-config/bashrc b/home-config/bashrc index 26fbbf4..386a2db 100644 --- a/home-config/bashrc +++ b/home-config/bashrc @@ -51,4 +51,8 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l #gpgconf --launch gpg-agent export GPG_TTY=$(tty) -eval "$(zoxide init bash)" +# Zoxide +eval "$(zoxide init --cmd cd bash)" + +# Starship +eval "$(starship init bash)" -- cgit v1.2.3