fix typos

This commit is contained in:
2022-03-03 23:08:02 +01:00
parent 76c1e7462e
commit bc8c3a8339
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,6 @@ if hugo version &> /dev/null; then
alias hubu='hugo -v --cleanDestinationDir --gc --minify'
fi
if git --verison ; then
if git --version &> /dev/null; then
alias git-root='cd "$(git rev-parse --show-toplevel)"'
fi