diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:30 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:30 +0100 |
commit | 11cb441d3e72ec5b51322ad2d385b6720dfdf1d8 (patch) | |
tree | a32fae4a7712b590290e61c23afc9b12e1b0eae4 | |
parent | c4afee3a54b1c18cbaeeb523cab23e886ebffd45 (diff) |
added 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 |