mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
another typo fix
This commit is contained in:
@@ -147,7 +147,8 @@ path_add_after () {
|
||||
# Strips first and last character from intput string.
|
||||
#
|
||||
# Example:
|
||||
# __path_clean ":/bin:/usr/bin:" #=> /bin:/usr/bin
|
||||
# $ __path_clean ":/bin:/usr/bin:"
|
||||
# /bin:/usr/bin
|
||||
#
|
||||
__path_clean () {
|
||||
local dirs=${1%?}
|
||||
|
||||
Reference in New Issue
Block a user