mirror of https://github.com/mitchell/dotfiles.git
Remove unused path inclusions
This commit is contained in:
parent
eeb78753dc
commit
cb8a327d26
|
@ -3,8 +3,6 @@ set -gx GOBIN $GOPATH/bin
|
||||||
set -gx PATH $PATH $GOBIN \
|
set -gx PATH $PATH $GOBIN \
|
||||||
$HOME/.pub-cache/bin \
|
$HOME/.pub-cache/bin \
|
||||||
$HOME/Documents/bash_scripts \
|
$HOME/Documents/bash_scripts \
|
||||||
$HOME/Library/Python/2.7/bin \
|
|
||||||
$HOME/.n/bin \
|
|
||||||
$HOME/Documents/flutter/bin \
|
$HOME/Documents/flutter/bin \
|
||||||
$HOME/.cargo/bin
|
$HOME/.cargo/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue