diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-12 19:37:34 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-12 19:37:34 +1200 |
commit | 6ba531966fd8146bff9461541e49c5ac5762faf2 (patch) | |
tree | 47340911dd9f920476a16e71a4ced37c7540cec2 /perltidy | |
parent | Switch perlcritic to XDG basedirs (diff) | |
download | dotfiles-6ba531966fd8146bff9461541e49c5ac5762faf2.tar.gz dotfiles-6ba531966fd8146bff9461541e49c5ac5762faf2.zip |
Switch perltidy to XDG basedirs
Diffstat (limited to 'perltidy')
-rw-r--r-- | perltidy/profile.d/perltidy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perltidy/profile.d/perltidy.sh b/perltidy/profile.d/perltidy.sh new file mode 100644 index 00000000..03ed0754 --- /dev/null +++ b/perltidy/profile.d/perltidy.sh @@ -0,0 +1,2 @@ +PERLTIDY=${XDG_CONFIG_HOME:-$HOME/.config}/perltidy/perltidyrc +export PERLTIDY |