From 0f23542b30a1c71dfcd131715c286f626c415ca3 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 27 Mar 2024 12:23:49 +0000 Subject: New profile: gh (GitHub CLI) (#6293) Description: GitHub's official command-line tool. https://github.com/cli/cli --- etc/profile-a-l/gh.profile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/profile-a-l/gh.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/gh.profile b/etc/profile-a-l/gh.profile new file mode 100644 index 000000000..3fbe52ac4 --- /dev/null +++ b/etc/profile-a-l/gh.profile @@ -0,0 +1,14 @@ +# Firejail profile for gh +# Description: GitHub's official command-line tool +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include gh.local +# Persistent global definitions +# added by included profile +#include globals.local + +noblacklist ${HOME}/.config/gh + +# Redirect +include git.profile -- cgit v1.2.3-54-g00ecf