From 6d31a22e22a141e2bd761fb89dc071fd914f4ee6 Mon Sep 17 00:00:00 2001 From: jon Date: Fri, 9 Feb 2024 22:54:22 -0600 Subject: [PATCH] Added a bunch of flatpak aliases --- bash/.bashrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index b55c87a..ef59bed 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -47,6 +47,13 @@ rpm_who() { rpm -q --whatprovides $full_path } +# flatpak aliases +alias calibre='flatpak run com.calibre_ebook.calibre &' +alias obs='flatpak run com.obsproject.Studio &' +alias discord='flatpak run com.discordapp.Discord &' +alias anki='flatpak run net.ankiweb.Anki &' +alias gimp='flatpak run org.gimp.GIMP &' + #bind 'set completion-ignore-case on' #set bell-style none