diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 17:18:54 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 17:18:54 +0200 |
| commit | 2a7f4c1a8f79450756db8dc2f455c450c46633ab (patch) | |
| tree | 4f4914c940094895822c57b3562b5f48f053aea7 /terminal.sh | |
| parent | c49802de296d9fe063dafbce011f30edb080baad (diff) | |
| download | dotfiles-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-x | terminal.sh | 5 |
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 |
