diff options
author | Alexander <a.kiryukhin@vk.team> | 2024-08-13 14:46:34 +0300 |
---|---|---|
committer | Alexander <a.kiryukhin@vk.team> | 2024-08-13 14:46:34 +0300 |
commit | cb25fd3a478a843f1b089a963945fe114e7188f1 (patch) | |
tree | 13ae1edc5f0ef820a1bd706e8165bc0522d0e93f | |
parent | bf3e6717e6c554815959b1ba5df823b2a46ca092 (diff) |
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ alias df="df -h" # human-readable sizes alias free="free -m" # show sizes in MB alias np="nano -w PKGBUILD" alias gitu='git add . && git commit && git push' +alias gita='git add . && git commit --amend --no-edit && git push -f' alias g=git |