Compare commits

...

1 Commits

Author SHA1 Message Date
d225df4a39 Fix sh UID 2024-09-19 11:20:13 -03:00

View File

@ -17,9 +17,9 @@ if status is-interactive
fish_hybrid_key_bindings
sh -c '
if [ ! -f "/run/user/$EUID/fish.please.lock" ]; then
if [ ! -f "/run/user/$UID/fish.please.lock" ]; then
please
touch "/run/user/$EUID/fish.please.lock"
touch "/run/user/$UID/fish.please.lock"
else
fortune -o | ponysay -b round
fi