diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-05 11:57:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-04-05 11:57:45 -0400 |
commit | b88d77fb2d0d5028a6f5670695dee6bec129501f (patch) | |
tree | 2536b0461d297e647cf07157641c9b1223339adf /home-config/bashrc | |
parent | 776a7ca55d2d2c3f396de91db1c6c3c5065012cd (diff) |
ahhh sloppy fish, still needs fixing, esp with the vars
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index 0c61ee6..0fbbb57 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -51,5 +51,5 @@ export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.l | |||
51 | #gpgconf --launch gpg-agent | 51 | #gpgconf --launch gpg-agent |
52 | export GPG_TTY=$(tty) | 52 | export GPG_TTY=$(tty) |
53 | 53 | ||
54 | # Setup zoxide for cd command provider | 54 | # Replace process with fish |
55 | eval "$(zoxide init --cmd cd bash)" | 55 | exec fish |