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

nextcloudcmd alias.

Use the one from the Flatpak in Flathub.
parent 9fc71ae0
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ alias listen_udp='nc -uvlk 0.0.0.0' ...@@ -142,6 +142,7 @@ alias listen_udp='nc -uvlk 0.0.0.0'
alias listen_unix='nc -Uvlk' alias listen_unix='nc -Uvlk'
# shellcheck disable=SC2032 # shellcheck disable=SC2032
alias rm='rm --dir' alias rm='rm --dir'
alias nextcloudcmd='flatpak run --command=nextcloudcmd org.nextcloud.Nextcloud'
alias tfa='terraform apply tfplan' alias tfa='terraform apply tfplan'
alias tfvf='tfv && terraform fmt -diff' alias tfvf='tfv && terraform fmt -diff'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment