diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-03 13:15:12 -0500 | 
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-03 13:15:12 -0500 | 
| commit | aa1a1e82efa8921fa120662da960cdaf381c4680 (patch) | |
| tree | 823176bed44d8c265afdbb4abbf3b3752c436958 /home-config/bashrc | |
| parent | bd9bdb7ba66a5a22ebab2d04d65a281872e77b96 (diff) | |
updates to channels, new cursor, probably other fixes idk
Diffstat (limited to 'home-config/bashrc')
| -rw-r--r-- | home-config/bashrc | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/home-config/bashrc b/home-config/bashrc index a3e1dc9..5e12cf6 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
| @@ -53,9 +53,6 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l | |||
| 53 | #gpgconf --launch gpg-agent | 53 | #gpgconf --launch gpg-agent | 
| 54 | export GPG_TTY=$(tty) | 54 | export GPG_TTY=$(tty) | 
| 55 | 55 | ||
| 56 | # Zoxide | ||
| 57 | eval "$(zoxide init --cmd cd bash)" | ||
| 58 | |||
| 59 | # eza | 56 | # eza | 
| 60 | alias ls='eza --icons=always -Gx' | 57 | alias ls='eza --icons=always -Gx' | 
| 61 | 58 | ||
| @@ -64,3 +61,7 @@ alias diff='delta' | |||
| 64 | 61 | ||
| 65 | # Starship | 62 | # Starship | 
| 66 | eval "$(starship init bash)" | 63 | eval "$(starship init bash)" | 
| 64 | |||
| 65 | # Zoxide | ||
| 66 | eval "$(zoxide init --cmd cd bash)" | ||
| 67 | |||
