mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
fix variable typo
This commit is contained in:
parent
086e78b68b
commit
778f31eaac
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ function env_default() {
|
|||
}
|
||||
|
||||
#
|
||||
# Prepends the PATH varible with the input path
|
||||
# Prepends the PATH variable with the input path
|
||||
#
|
||||
# Arguments:
|
||||
# 1. path - The path that will be prepened
|
||||
|
|
@ -87,7 +87,7 @@ function prepend_path() {
|
|||
}
|
||||
|
||||
#
|
||||
# Prepends the PATH varible with the input path
|
||||
# Prepends the PATH variable with the input path
|
||||
#
|
||||
# Arguments:
|
||||
# 1. path - The path that will be prepened
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue