forked from colonelpanic/dotfiles
Fix whitespace
This commit is contained in:
parent
f754d4f614
commit
93798c5560
@ -29,7 +29,7 @@ function exists_in_path_var {
|
|||||||
|
|
||||||
function split_into_vars () {
|
function split_into_vars () {
|
||||||
local string IFS
|
local string IFS
|
||||||
|
|
||||||
string="$1"
|
string="$1"
|
||||||
IFS="$2"
|
IFS="$2"
|
||||||
shift 2
|
shift 2
|
||||||
@ -39,7 +39,7 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
function echo_split () {
|
function echo_split () {
|
||||||
local IFS
|
local IFS
|
||||||
IFS="$2" read -rA -- arr <<EOF
|
IFS="$2" read -rA -- arr <<EOF
|
||||||
$1
|
$1
|
||||||
EOF
|
EOF
|
||||||
@ -175,7 +175,7 @@ function ospaste() {
|
|||||||
then
|
then
|
||||||
reattach-to-user-namespace pbpaste
|
reattach-to-user-namespace pbpaste
|
||||||
else
|
else
|
||||||
xclip -o
|
xclip -o
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user