aboutsummaryrefslogtreecommitdiff
path: root/templates/.zsh/path.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.zsh/path.zsh')
-rw-r--r--templates/.zsh/path.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/.zsh/path.zsh b/templates/.zsh/path.zsh
index d9b60cb..2e3c543 100644
--- a/templates/.zsh/path.zsh
+++ b/templates/.zsh/path.zsh
@@ -16,3 +16,6 @@ export PATH=$PATH:~/.bin
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:~/.rvm/bin
export PATH=$PATH:~/.vim/bundle/fzf/bin
+{{ if eq .OS "linux" }}
+export PATH=$PATH:/snap/bin
+{{ end }}