diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-07 15:25:33 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-07 15:25:33 +0200 |
| commit | 5e91cd6c9388eeb4d7ac510bfb66f515e34944a0 (patch) | |
| tree | 95c92dd4ab94a31fe3a64f8fda0674156fe00cea /.config/shell | |
| parent | be35ccddeb63db26949183ade5a801593918a597 (diff) | |
stopped using vim mode in zsh. it was annoying
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 5d21bf7..623377f 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -105,6 +105,7 @@ mkwebm() { ## GIT # general shortcuts +alias status='git status' alias commit='git commit -m' alias fetch='git fetch' alias upstream='git push --set-upstream origin' |
