mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
This is a shell script, not a function anymore
This commit is contained in:
parent
d5ab3fb62c
commit
de3c49c38d
1 changed files with 22 additions and 24 deletions
|
|
@ -47,7 +47,6 @@ HERE
|
|||
exit
|
||||
}
|
||||
|
||||
sprunge() {
|
||||
if [ -t 0 ]; then
|
||||
if [ "$*" ]; then
|
||||
if [ -f "$*" ]; then
|
||||
|
|
@ -74,4 +73,3 @@ sprunge() {
|
|||
else
|
||||
echo $url
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue