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

Alias rm so empty directories are removed.

parent 353c6c7b
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,7 @@ alias check_unix='nc -Uvzw3'
alias listen_tcp='nc -vlk 0.0.0.0'
alias listen_udp='nc -uvlk 0.0.0.0'
alias listen_unix='nc -Uvlk'
alias rm='rm --dir'
alias tfa='terraform apply tfplan'
alias tfvf='tfv && terraform fmt -diff'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment