dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 85fd274cefebd582cc5c4e09a12a1d107ced50a0
parent 08b1e2fc0fcdff74d3dfa885feb859b5c4e04df0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 25 Sep 2019 13:58:04 +0200

Use tabs for indentation

Diffstat:
M.local/bin/surf-open.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.local/bin/surf-open.sh b/.local/bin/surf-open.sh @@ -11,12 +11,12 @@ uri="" command -v surf-clean-cookies >/dev/null 2>&1 && (surf-clean-cookies || :) runtabbed() { - echo "starting tabbed" - setsid tabbed -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null - sleep 0.1 + echo "starting tabbed" + setsid tabbed -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null + sleep 0.1 } opensurf() { - setsid $prefix surf -e "$xid" "$uri" >/dev/null 2>&1 & + setsid $prefix surf -e "$xid" "$uri" >/dev/null 2>&1 & } [ ! -r "$xidfile" ] && runtabbed