mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
Format shell scripts with shfmt
This commit is contained in:
@@ -6,7 +6,7 @@ alias d="docker"
|
||||
alias dc="docker-compose"
|
||||
alias co="docker-compose"
|
||||
|
||||
docker_remove_exited () {
|
||||
docker_remove_exited() {
|
||||
docker rm "$(docker ps -f='status=exited' -q)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user