diff --git a/.bashrc b/.bashrc index eaa07cb212a4766f1f5e416aaa1a93126c5fa4ca..2f6ea117f875cedc6c4622b1bb300a1ad3f4157a 100644 --- a/.bashrc +++ b/.bashrc @@ -148,7 +148,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 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 pre-commit-update-skel='pre-commit autoupdate --config ~/.config/git/skel/.pre-commit-config.yaml'