From 9672616f431c8c4161238fe7ad1e2b4cf3040320 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 15 Feb 2024 13:22:50 -0500 Subject: 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. --- home-config/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-config/bashrc') 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 #export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) #gpgconf --launch gpg-agent export GPG_TTY=$(tty) + +# Setup zoxide for cd command provider +eval "$(zoxide init --cmd cd bash)" -- cgit v1.2.3