diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-15 15:14:51 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-15 15:14:51 -0500 |
commit | d09be0d5ced1b31e40a1114581abfce0db06c540 (patch) | |
tree | ac600d4042669ace826c716a4e5b087583fa2793 /config | |
parent | 9e78cd1d33b05fea802c19f5641b0f09fd592313 (diff) | |
download | rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.gz rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.tar.bz2 rcm-d09be0d5ced1b31e40a1114581abfce0db06c540.zip |
Add tigrc; switch to ksh
Diffstat (limited to 'config')
-rw-r--r-- | config/qutebrowser/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py new file mode 100644 index 0000000..9023cb8 --- /dev/null +++ b/config/qutebrowser/config.py @@ -0,0 +1,3 @@ +config.load_autoconfig() + +config.source('qutemacs.py') |