06b6e608a196

Add snap to path
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 00:29:44 +0000
parents 5d83e9eaedcf
children ec4852a72664
branches/tags (none)
files fish/config.fish

Changes

--- a/fish/config.fish	Mon Jul 23 16:22:45 2018 +0000
+++ b/fish/config.fish	Tue Jul 24 00:29:44 2018 +0000
@@ -67,6 +67,7 @@
     end
 end
 set -gx PATH "/sbin"
+prepend_to_path "/snap/bin"
 prepend_to_path "/usr/sbin"
 prepend_to_path "/bin"
 prepend_to_path "/usr/bin"