mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 04:13:09 +00:00
Merge branch 'master' of github.com:erkin/ponysay
This commit is contained in:
commit
d67febe2ad
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if test -d $systempath
|
|||
end
|
||||
|
||||
if test -d $homepath
|
||||
set -g homeponies (ls --color=no $systempath | sed -e 's/\.pony//' -e 's/_.*//' | perl -pe 's/([a-z])([A-Z])/\1\\\ \2/' )
|
||||
set -g homeponies (ls --color=no $homepath | sed -e 's/\.pony//' -e 's/_.*//' | perl -pe 's/([a-z])([A-Z])/\1\\\ \2/' )
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue