fix(fish): fix improper prompt
This commit is contained in:
parent
ce6920a1d4
commit
0e55a43863
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
echo -n "Primes up to: "
|
read -P "Primes up to: " num
|
||||||
read -P "" num
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
set nums (seq 2 $num)[..-2]
|
set nums (seq 2 $num)[..-2]
|
||||||
|
|
Loading…
Reference in a new issue