diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 10:44:44 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 10:44:44 +0100 |
commit | 25d201645931fa6d2304f87cfaf431f13f5b6181 (patch) | |
tree | 843350940b6dde199aea0736f6f9a322869f0f97 | |
parent | a95f1bf8dc4f243363d7fed897c61f21ef183ee3 (diff) |
added back perlbrew
-rw-r--r-- | fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/config.fish b/fish/config.fish index ffe7355..29193c2 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -50,4 +50,4 @@ fzf_key_bindings set -gx GPG_TTY (tty) set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket) gpgconf --launch gpg-agent -#. ~/perl5/perlbrew/etc/perlbrew.fish +. ~/perl5/perlbrew/etc/perlbrew.fish |