mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
fix go for openSUSE 12
This commit is contained in:
parent
b191caa4d5
commit
f86469a5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ alias p="project"
|
|||
alias m="project open"
|
||||
|
||||
function _project () {
|
||||
compadd `/bin/ls -l $PROJECT_PATHS 2>/dev/null | awk '{ print $8 }'`
|
||||
compadd `/bin/ls -l $PROJECT_PATHS 2>/dev/null | awk '{ print $9 }'`
|
||||
}
|
||||
|
||||
compdef _project project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue