diff options
author | neodarz <neodarz@neodarz.net> | 2018-07-05 21:04:37 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-07-05 21:04:37 +0200 |
commit | 76132d5a4b353ead68552858722500d3629c91ad (patch) | |
tree | 819687d7ece07911d1912b119eb1d030d3f7d3a3 | |
parent | ee5d06e800e46a4651f3d5131a15d52a6729db7d (diff) | |
download | dotfiles_ascii-76132d5a4b353ead68552858722500d3629c91ad.tar.xz dotfiles_ascii-76132d5a4b353ead68552858722500d3629c91ad.zip |
Add terminator instead of qterminal
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh # `yolo` is alias to `n yaourt --noconfirm` where `n` is aliased to `notify` which is aliased to `~/.scripts/notify` -#yolo -S qterminal +#tpac -S terminator ##yolo -S Atom ##apm install atom-material-ui ##apm install atom-material-syntax-dark |