aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorjason2020-01-07 19:43:46 -0700
committerjason2020-01-07 19:43:46 -0700
commitb840654313d6c3d1ced246db383e9e3ccc5783e1 (patch)
tree6df1c2bfa80c7bd950cffcdddab495f34873ede4 /zsh
parent7d2e4344ba4812eeebb7f4fe85b3f4774ea21da3 (diff)
downloaddotfiles-b840654313d6c3d1ced246db383e9e3ccc5783e1.tar.gz
dotfiles-b840654313d6c3d1ced246db383e9e3ccc5783e1.zip
updates
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 84311f7..7841406 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -122,6 +122,9 @@ if [[ -f $DIRENV && -x $DIRENV ]]; then
122 eval "$(direnv hook zsh)" 122 eval "$(direnv hook zsh)"
123fi 123fi
124 124
125# Enable firefox touchscreen scrolling
126export MOZ_USE_XINPUT2=1
127
125# GPG ssh key 128# GPG ssh key
126export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" 129export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
127 130