fix(zsh): aliases

This commit is contained in:
Oliver Davies 2023-08-29 21:45:25 +01:00
parent 4b966a4736
commit 4da372c8ce

View file

@ -311,9 +311,9 @@ in
ialias s="secrets"
ialias secrets="doppler --project \"$(whoami)\" run"
ialias tag="tag-release"
ialias uncommit = "git reset --soft HEAD^";
ialias uncommit="git reset --soft HEAD^";
ialias update="fetch && rebase"
ialias wip = "git add . && git commit -m 'wip'";
ialias wip="git add . && git commit -m 'wip'";
ialias ls="exa -la"