summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-02-15 13:22:50 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2024-02-15 13:22:50 -0500
commit9672616f431c8c4161238fe7ad1e2b4cf3040320 (patch)
tree3320debcde63374b8b713a872951cf28560a97c2 /home-config/bashrc
parent3f9ae573a312285dee54590795ec3bf35afee4ce (diff)
Added zoxide for cd, updated bashrc, trying to get latest hyprland
portal working, and beginning to try and use flakes in home-manager for nix packages.
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc
index d28af9d..0c61ee6 100644
--- a/home-config/bashrc
+++ b/home-config/bashrc
@@ -50,3 +50,6 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l
50#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) 50#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
51#gpgconf --launch gpg-agent 51#gpgconf --launch gpg-agent
52export GPG_TTY=$(tty) 52export GPG_TTY=$(tty)
53
54# Setup zoxide for cd command provider
55eval "$(zoxide init --cmd cd bash)"