summaryrefslogtreecommitdiff
path: root/terminal.sh
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 17:18:54 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 17:18:54 +0200
commit2a7f4c1a8f79450756db8dc2f455c450c46633ab (patch)
tree4f4914c940094895822c57b3562b5f48f053aea7 /terminal.sh
parentc49802de296d9fe063dafbce011f30edb080baad (diff)
downloaddotfiles-2a7f4c1a8f79450756db8dc2f455c450c46633ab.tar
dotfiles-2a7f4c1a8f79450756db8dc2f455c450c46633ab.tar.gz
dotfiles-2a7f4c1a8f79450756db8dc2f455c450c46633ab.zip
Added a script that I now use for my terminal
Diffstat (limited to 'terminal.sh')
-rwxr-xr-xterminal.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/terminal.sh b/terminal.sh
new file mode 100755
index 0000000..2fb7853
--- /dev/null
+++ b/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