diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-19 19:40:00 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-06-19 19:40:00 +0530 |
commit | 11da908b78b474dc8b574f9dea695c633fd8a88f (patch) | |
tree | 9cbff5a8628275153b772d42d8b880a2ad629ddb /.local/bin | |
parent | 9c2e80c9cd3b7238c7f04fb191f2a7cc96d148b4 (diff) |
minor changes
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/surft | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/surft b/.local/bin/surft new file mode 100755 index 0000000..8507ce1 --- /dev/null +++ b/.local/bin/surft @@ -0,0 +1,4 @@ +#!/bin/sh +# open surf browser in tabbed format + +tabbed -c surf -e & disown |