diff --git a/system/.config/custom/aliases b/system/.config/custom/aliases index 2ab70d6..05de2ed 100644 --- a/system/.config/custom/aliases +++ b/system/.config/custom/aliases @@ -45,4 +45,5 @@ alias e='code' # Other aliases alias timestamp='date +%s' -alias interfaces='ip -o link show | cut -d ":" -f 2' \ No newline at end of file +alias interfaces='ip -o link show | cut -d ":" -f 2' +alias ztar='tar --zstd -cf' \ No newline at end of file