fixes
This commit is contained in:
parent
b512e60921
commit
3273a20337
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -151,3 +151,4 @@ tilem2/
|
||||||
ktimerrc
|
ktimerrc
|
||||||
unity3d/
|
unity3d/
|
||||||
gajim/
|
gajim/
|
||||||
|
blender/
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Open 'surf' browser with tabbed
|
# Open 'surf' browser with tabbed
|
||||||
|
|
||||||
tabbed -c /usr/bin/surf -e || tabbed -c /usr/local/bin/surf -e
|
HOME=$HOME/.local/share/surf
|
||||||
|
mkdir -p "$HOME"
|
||||||
|
|
||||||
|
exec tabbed -c /usr/bin/surf -e "$@" || exec tabbed -c /usr/local/bin/surf -e "$@"
|
||||||
|
|
Loading…
Reference in a new issue