summaryrefslogtreecommitdiff
path: root/.a/terminal.sh
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-08-04 17:41:27 +0300
committerSyndamia <kamen@syndamia.com>2022-08-04 17:41:27 +0300
commit80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (patch)
treebc7d94935b273a1aa9b1a1b69c2bbc853c8a32e7 /.a/terminal.sh
parenta47706a5bd5ee5be16e3fe443b6008cac9ee741d (diff)
downloaddotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar
dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.tar.gz
dotfiles-80b4c81b618d4e75b301ac1dd5adfb47f91deca7.zip
Moved a lot of stuff to a new folder called .a
Diffstat (limited to '.a/terminal.sh')
-rwxr-xr-x.a/terminal.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/.a/terminal.sh b/.a/terminal.sh
new file mode 100755
index 0000000..2fb7853
--- /dev/null
+++ b/.a/terminal.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+terminator --new-tab --working-directory="$(pwd)"
+
+# To set it as default on cinnamon:
+# gsettings set org.cinnamon.desktop.default-applications.terminal exec /home/kamen/Commonwealth/terminal.sh