[zsh] Add snap to path

This commit is contained in:
Fabian Ising
2025-05-09 13:34:28 +02:00
parent d6a0080561
commit e2711e52f6

View File

@@ -1,4 +1,4 @@
export PATH="$HOME/.local/bin:$HOME/dotfiles/scripts:$PATH"
export PATH="/snap/bin:$HOME/.local/bin:$HOME/dotfiles/scripts:$PATH"
export XDG_CONFIG_HOME="$HOME/.config" # Fix nvim bug
[[ -z $SSH_AUTH_SOCK ]] || export FORWARD_SOCK=$SSH_AUTH_SOCK