summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-03-03 13:15:12 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2025-03-03 13:15:12 -0500
commitaa1a1e82efa8921fa120662da960cdaf381c4680 (patch)
tree823176bed44d8c265afdbb4abbf3b3752c436958 /home-config/bashrc
parentbd9bdb7ba66a5a22ebab2d04d65a281872e77b96 (diff)
updates to channels, new cursor, probably other fixes idk
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc7
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
54export GPG_TTY=$(tty) 54export GPG_TTY=$(tty)
55 55
56# Zoxide
57eval "$(zoxide init --cmd cd bash)"
58
59# eza 56# eza
60alias ls='eza --icons=always -Gx' 57alias ls='eza --icons=always -Gx'
61 58
@@ -64,3 +61,7 @@ alias diff='delta'
64 61
65# Starship 62# Starship
66eval "$(starship init bash)" 63eval "$(starship init bash)"
64
65# Zoxide
66eval "$(zoxide init --cmd cd bash)"
67