Skip to content

Commit

Permalink
Add Snap path
Browse files Browse the repository at this point in the history
  • Loading branch information
bymathias committed Oct 19, 2020
1 parent c07125b commit 6ca13f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/paths.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ export PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:$PATH"
# (first) Add RVM to PATH for scripting
[[ -d "$HOME/.rvm/bin" ]] && export PATH="$PATH:$HOME/.rvm/bin"

# Add Snap to PATH
[[ -d "/snap/bin" ]] && export PATH="$PATH:/snap/bin"

# Local bin scripts
[[ -d "$HOME/.dotfiles/bin" ]] && export PATH="$PATH:$HOME/.dotfiles/bin"

0 comments on commit 6ca13f2

Please sign in to comment.