Skip to content
Snippets Groups Projects
Commit 2af00b07 authored by nimrod's avatar nimrod
Browse files

Small fix to the occ shell alias.

Use the new Docker Compose container names.
parent 82a8c6e9
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ alias nextcloudcmd='flatpak run --command=nextcloudcmd com.nextcloud.desktopclie ...@@ -148,7 +148,7 @@ alias nextcloudcmd='flatpak run --command=nextcloudcmd com.nextcloud.desktopclie
# shellcheck disable=SC2139 # shellcheck disable=SC2139
alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\"" alias notify="notify --hint \"string:desktop-entry:$(basename "${GIO_LAUNCHED_DESKTOP_FILE:-io.elementary.terminal.desktop}")\""
alias obsolete='aptitude search ?obsolete' 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 pip2='python2 -m pip'
alias pip3='python3 -m pip' alias pip3='python3 -m pip'
alias pre-commit-update-skel='pre-commit autoupdate --config ~/.config/git/skel/.pre-commit-config.yaml' alias pre-commit-update-skel='pre-commit autoupdate --config ~/.config/git/skel/.pre-commit-config.yaml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment