diff options
author | Starfall <us@starfall.systems> | 2022-12-15 12:26:29 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-12-15 12:26:29 -0600 |
commit | 68be024236d0d0ee5836d12f2b904f62c52c63b5 (patch) | |
tree | 643bfee201b5758a0284208f9ce4e5c6eeeb7e33 | |
parent | 552e9c6e47baaafe152b8215b932a136721380a4 (diff) |
zsh: alias status=progress onto dd
-rw-r--r-- | .config/zsh/utils.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/utils.zsh b/.config/zsh/utils.zsh index 25974ca..79ec19c 100644 --- a/.config/zsh/utils.zsh +++ b/.config/zsh/utils.zsh @@ -42,6 +42,9 @@ fi # mkdir alias mkdir='mkdir -p' +# dd +alias dd="dd status=progress" + # gpg if has gpg2; then alias gpg='gpg2' |