Update aliases

This commit is contained in:
ItsDrike 2021-02-16 14:33:48 +01:00
parent f7bfe0cc93
commit 595fd2fd69
No known key found for this signature in database
GPG key ID: 252D306F545351FC
2 changed files with 22 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh
# Show application listening on given port
function port() {
@ -181,3 +181,4 @@ function targz() {
echo "${tmpFile}.gz ($((zippedSize / 1000)) kB) created successfully.";
}