diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-14 19:23:05 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-14 19:23:05 +0000 |
commit | 8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8 (patch) | |
tree | 438694e932edd0ad4aaa322ca67e30125d302cf4 /.zshrc | |
parent | updates (diff) | |
download | scripts-8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8.tar.gz scripts-8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8.zip |
fix for gmail inboxes
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -192,6 +192,8 @@ alias screenrc="vim ~/scripts/.screenrc" alias fixscreenrc="cp ~/scripts/.screenrc ~/" alias xresources="vim ~/scripts/.Xresources" alias fixxresources="cp ~/scripts/.Xresources ~/.Xresources && xrdb -merge ~/.Xresources" +alias qutebrowserrc="vim ~/scripts/qtbrowser/config.py" +alias fixqutebrowserrc="cp ~/scripts/qtbrowser/config.py ~/.config/qutebrowser/config.py" #autosuggest ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold" |