From 10ea42dc75179cc6111581eb0b50df33d76798c3 Mon Sep 17 00:00:00 2001 From: Ivan Povalyukhin Date: Sun, 29 Mar 2015 14:02:31 -0700 Subject: [PATCH] whitespace fixes in base.plugin.bash --- plugins/available/base.plugin.bash | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/plugins/available/base.plugin.bash b/plugins/available/base.plugin.bash index 10f5a2bf..8c8a2c50 100644 --- a/plugins/available/base.plugin.bash +++ b/plugins/available/base.plugin.bash @@ -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' @@ -125,16 +122,16 @@ function quiet () { about 'what *does* this do?' group 'base' - $* &> /dev/null & + $* &> /dev/null & } function banish-cookies () { about 'redirect .adobe and .macromedia files to /dev/null' group 'base' - rm -r ~/.macromedia ~/.adobe - ln -s /dev/null ~/.adobe - ln -s /dev/null ~/.macromedia + rm -r ~/.macromedia ~/.adobe + ln -s /dev/null ~/.adobe + ln -s /dev/null ~/.macromedia } function usage () @@ -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'