aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--sheldon/.config/sheldon/plugins.toml3
-rw-r--r--zsh/.config/zsh/.zlogin5
-rw-r--r--zsh/.config/zsh/.zshrc2
3 files changed, 5 insertions, 5 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index ebcba9d..c8839a9 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -8,8 +8,7 @@ defer = { value = 'zsh-defer source "{{ file }}"', each = true }
comp = { value = 'mkdir -p "$XDG_DATA_HOME/zsh/site-functions"; ln -sf "{{ file }}" "$XDG_DATA_HOME/zsh/site-functions/_{{ name }}"', each = true }
[plugins.zsh-wsl]
-local = '~/.local/share/zsh-wsl'
-apply = ["defer"]
+inline = 'test -f ~/.local/share/zsh-wsl && zsh-defer source ~/.local/share/zsh-wsl'
[plugins.zsh-syntax-highlighting]
github = "zsh-users/zsh-syntax-highlighting"
diff --git a/zsh/.config/zsh/.zlogin b/zsh/.config/zsh/.zlogin
index 3511c72..8b113dc 100644
--- a/zsh/.config/zsh/.zlogin
+++ b/zsh/.config/zsh/.zlogin
@@ -1,5 +1,6 @@
# GPG/SSH
-export GPG_TTY="$(tty)"
export GPG_AGENT_SOCK=$(gpgconf --list-dirs agent-socket)
-export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) \ No newline at end of file
+export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
+export MOZ_USE_XINPUT2=1
+
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 1761005..66ef0d5 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -4,7 +4,7 @@ export DISABLE_AUTO_TITLE="true"
export HISTFILE=$XDG_STATE_HOME/zsh/history
export HISTSIZE=10000
export SAVEHIST=10000
-export GPG_TTY=$(tty)
+export GPG_TTY=$TTY
setopt no_beep
setopt menu_complete