From 89d725adcced4c97f9d8ebda2814a654deacab5e Mon Sep 17 00:00:00 2001 From: GrigorenkoPV Date: Sat, 9 Mar 2024 17:02:39 +0300 Subject: [PATCH] Add .xprofile (#378) --- programs/xprofile.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/xprofile.json diff --git a/programs/xprofile.json b/programs/xprofile.json new file mode 100644 index 0000000..4a217f8 --- /dev/null +++ b/programs/xprofile.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "Currently unsupported.\n\nhttps://wiki.archlinux.org/title/Xprofile\n", + "movable": false, + "path": "$HOME/.xprofile" + } + ], + "name": "xprofile" +} -- 2.47.3