fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user