dotfiles/sh/.config/sh
Marty Oehme e604e34329
sh: Fix touch error on startup
The xdg-compliance function would check on shell startup if we have a
file mentioned by 'PYTHONSTARTUP' and create it if not.

However, if there is no env var in the shell calling for this at all it
would still try to create a file at an 'empty' path, so this obviously
won't work.

Added a check that we even have the variable to do work.
2025-03-06 21:21:56 +01:00
..
alias.d sh: Add bat to cat alias 2025-02-24 14:22:36 +01:00
profile.d sh: Fix graphical session start for ssh sessions 2022-01-28 10:15:47 +01:00
alias eza: Fix aliases pointing to old exa executable 2025-02-23 13:41:24 +01:00
env flavours: Add fzf styling 2024-06-13 10:20:40 +02:00
profile Add basic XDG compliant sh architecture 2020-02-02 15:08:40 +00:00
xdg sh: Fix touch error on startup 2025-03-06 21:21:56 +01:00