whitespace fixes in base.plugin.bash
parent
07c4cb6f5e
commit
10ea42dc75
|
|
@ -25,7 +25,6 @@ function myip ()
|
|||
echo -e "Your public IP is: ${echo_bold_green} $res ${echo_normal}"
|
||||
}
|
||||
|
||||
|
||||
function pickfrom ()
|
||||
{
|
||||
about 'picks random line from file'
|
||||
|
|
@ -92,7 +91,6 @@ function lsgrep ()
|
|||
ls | grep "$*"
|
||||
}
|
||||
|
||||
|
||||
function pman ()
|
||||
{
|
||||
about 'view man documentation in Preview'
|
||||
|
|
@ -102,7 +100,6 @@ function pman ()
|
|||
man -t "${1}" | open -f -a $PREVIEW
|
||||
}
|
||||
|
||||
|
||||
function pcurl ()
|
||||
{
|
||||
about 'download file and Preview it'
|
||||
|
|
@ -184,7 +181,6 @@ function command_exists ()
|
|||
|
||||
mkiso ()
|
||||
{
|
||||
|
||||
about 'creates iso from current dir in the parent dir (unless defined)'
|
||||
param '1: ISO name'
|
||||
param '2: dest/path'
|
||||
|
|
|
|||
Loading…
Reference in New Issue