mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Fixed stupid copy-paste fail
This commit is contained in:
parent
c0a9749730
commit
f4bdfd9e7d
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