mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Remove extraneous space.
This commit is contained in:
parent
0de805b8ea
commit
20f7137e52
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function parent_project() {
|
||||
[[ $PWD =~ ([a-z]+)/vendor ]] && echo " $match[1] "
|
||||
[[ $PWD =~ ([a-z]+)/vendor ]] && echo "$match[1] "
|
||||
}
|
||||
|
||||
function get_color() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue