summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-04 12:30:26 -0800
committerMike Crute <crutem@amazon.com>2019-02-04 12:30:26 -0800
commit95812b24590aed6a2ad7b91f2f2288e03e5a899d (patch)
treeeb9bb9a4e323e870ca03e4c77061848e1546ecb3 /.bashrc
parentc35608e95583a89c849e9a122341d10e58b43c5e (diff)
downloaddotfiles-95812b24590aed6a2ad7b91f2f2288e03e5a899d.tar.bz2
dotfiles-95812b24590aed6a2ad7b91f2f2288e03e5a899d.tar.xz
dotfiles-95812b24590aed6a2ad7b91f2f2288e03e5a899d.zip
Add snaps to path
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 10f0bdc..2107636 100644
--- a/.bashrc
+++ b/.bashrc
@@ -260,6 +260,10 @@ if [[ -e "$LOCAL_PATH" ]]; then
260 add_to_path_var PATH "${LOCAL_PATH}/sbin" 1 260 add_to_path_var PATH "${LOCAL_PATH}/sbin" 1
261fi 261fi
262 262
263if [[ -e "/snap/bin" ]]; then
264 add_to_path_var PATH /snap/bin
265fi
266
263# This should take precedence over the $HOME/.local stuff 267# This should take precedence over the $HOME/.local stuff
264if [[ -e "$HOME/bin" ]]; then 268if [[ -e "$HOME/bin" ]]; then
265 add_to_path_var PATH "$HOME/bin" 1 269 add_to_path_var PATH "$HOME/bin" 1