aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-14 19:23:05 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-14 19:23:05 +0000
commit8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8 (patch)
tree438694e932edd0ad4aaa322ca67e30125d302cf4 /.zshrc
parentupdates (diff)
downloadscripts-8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8.tar.gz
scripts-8a4d8d3e1155a66c1bdf5f794eebc1261656ffe8.zip
fix for gmail inboxes
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 12eaf4a..6d64e2d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"