File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ contains() {
2
2
[ "${1#*$2 }" != "$1 " ]
3
3
}
4
4
`
5
- contains :"$PATH": :"$HOME/bin": || PATH=$HOME/bin:$PATH
5
+ contains :"$PATH": :"$HOME/.local/ bin": || PATH=$HOME/.local /bin:$PATH
6
6
export "IDEA_VM_OPTIONS=$HOME/.IdeaIC13/idea$BITS.vmoptions"
7
7
export "GOPATH=$HOME/src/go"
8
8
export "XDG_DESKTOP_DIR=$HOME"
Original file line number Diff line number Diff line change @@ -157,12 +157,12 @@ trap 'exit 1' INT HUP TERM PIPE # dash doesn't call EXIT traps on interrupt etc
157
157
my_tempdir=$( mktemp -d) || exit
158
158
159
159
# Start copying scripts and dotfiles over
160
- _copy_loop () { safecopy " $1 " " $HOME /$1 " ; }
161
- recurse _copy_loop bin
160
+ _bin_copy_loop () { safecopy " $1 " " $HOME /.local /$1 " ; }
161
+ recurse _bin_copy_loop bin
162
162
163
163
_dotfiles_copy_loop () { safecopy " $1 " " $HOME /${1#*/ } " ; }
164
164
recurse _dotfiles_copy_loop dotfiles
165
165
166
166
echo ' As always, make sure you have pulled submodules!'
167
167
# Install pomfclip
168
- cd pomfclip && ./install.sh
168
+ cd pomfclip && ./install.sh " $HOME /.local/bin "
You can’t perform that action at this time.
0 commit comments