From 7803dd3bfb575b7b34f6d74a6c2dd7796c4df201 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 30 Nov 2020 21:51:19 +0200
Subject: [PATCH] Update nextcloudcmd alias.

The flatpak name has changed.
---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 7e829f5..509359d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -114,7 +114,7 @@ alias netdata='docker run --detach \
                           --security-opt apparmor=unconfined \
                           netdata/netdata'
 alias newman='docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/etc/newman" -t postman/newman_alpine33'
-alias nextcloudcmd='flatpak run --command=nextcloudcmd org.nextcloud.Nextcloud'
+alias nextcloudcmd='flatpak run --command=nextcloudcmd com.nextcloud.desktopclient.nextcloud'
 # shellcheck disable=SC2139
 alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
 alias obsolete='aptitude search ?obsolete'
-- 
GitLab