From b2e99189df61069ad5bb99c6e9385be02826e148 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 4 Aug 2021 17:09:45 +0300 Subject: [PATCH] Alias for the Nextcloud CLI. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 5bca80f..118729a 100644 --- a/.bashrc +++ b/.bashrc @@ -131,6 +131,7 @@ alias nextcloudcmd='flatpak run --command=nextcloudcmd com.nextcloud.desktopclie # shellcheck disable=SC2139 alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\"" alias obsolete='aptitude search ?obsolete' +alias occ='docker --host=ssh://host01.shore.co.il exec -itu www-data nextcloud_nextcloud_1 ./occ' alias pip2='python2 -m pip' alias pip3='python3 -m pip' alias presentation='docker dev registry.shore.co.il/presentation' -- GitLab