diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-12 23:16:49 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-12 23:16:49 -0400 |
commit | 5e9fa3482050acbdf189c40c5d6429dee6420b17 (patch) | |
tree | dbb2080d7d70cac4286560fbe91e14ee30572be9 /home-config/bashrc | |
parent | a8b7e972ead8df887f06537ccc017fe556f43fd3 (diff) |
removed zoxide plugin
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index d28af9d..26fbbf4 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -50,3 +50,5 @@ 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 |
52 | export GPG_TTY=$(tty) | 52 | export GPG_TTY=$(tty) |
53 | |||
54 | eval "$(zoxide init bash)" | ||