Merge remote-tracking branch 'origin/master' into nord

This commit is contained in:
Patrick Wadström 2023-02-11 19:55:31 +01:00
commit 47e8a9ab79
No known key found for this signature in database
GPG Key ID: A192ECE43C48657B

3
.zshrc
View File

@ -94,6 +94,9 @@ export FZF_DEFAULT_COMMAND='fd --type f'
# RIPGREP
export RIPGREP_CONFIG_PATH="${HOME}/.ripgrep"
# Java Wayland fix
export _JAVA_AWT_WM_NONREPARENTING=1
# tabtab source for packages
# uninstall by removing these lines
[[ -f ~/.config/tabtab/zsh/__tabtab.zsh ]] && . ~/.config/tabtab/zsh/__tabtab.zsh || true