diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-20 20:49:03 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-20 20:49:03 -0500 |
commit | ddd6e973d651b9d9c4d160c8ebb288daa071e259 (patch) | |
tree | be36f38ac02a15468dee4e9ab795975636fee844 /home-config/bashrc | |
parent | ce1c24e3100d48c9c210eb1ebc5ebadcc6b77659 (diff) |
Updated Thinkpad config to latest, updated all packages, updated docker
compose, changed nixGL to make hyprland work again, now using bash with
starship config
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 6 |
1 files changed, 5 insertions, 1 deletions
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 | |||
51 | #gpgconf --launch gpg-agent | 51 | #gpgconf --launch gpg-agent |
52 | export GPG_TTY=$(tty) | 52 | export GPG_TTY=$(tty) |
53 | 53 | ||
54 | eval "$(zoxide init bash)" | 54 | # Zoxide |
55 | eval "$(zoxide init --cmd cd bash)" | ||
56 | |||
57 | # Starship | ||
58 | eval "$(starship init bash)" | ||