diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:06:48 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:06:48 +0100 |
commit | 7ae00a7dd4cdd040fdf80ba090521a3801b29801 (patch) | |
tree | b39ccb8ee0f6e7deaee9a49f46ad2c48980d9bf7 /fish2024/config.fish | |
parent | 1174f3a691918f4218fc16efdabb1789ac474134 (diff) | |
parent | 394227c36ba6d58bd6b9b541e550c2af9c04e552 (diff) |
Merge with upstream after long period away on x220
Diffstat (limited to 'fish2024/config.fish')
-rw-r--r-- | fish2024/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 8e00871..a3a8260 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -11,3 +11,5 @@ if test -z (pgrep ssh-agent) set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK set -Ux SSH_AGENT_PID $SSH_AGENT_PID end + +. ~/perl5/perlbrew/etc/perlbrew.fish |