Compare commits

...

5 Commits

Author SHA1 Message Date
Peter J. Holzer 23343a4b26 Merge branch 'wsr' of github.com:hjp/dot into wsr 2019-10-10 10:28:10 +02:00
Peter J. Holzer 7a7fdc01b4 Merge branch 'master' into wsr 2019-10-10 10:12:12 +02:00
Peter J. Holzer c106c82fb8 Add local go bin directory to path 2019-10-10 10:10:43 +02:00
Peter J. Holzer 6cefd7e458 Remove obsolete comment 2019-10-10 09:58:55 +02:00
Peter J. Holzer 814044968d Remove perl_fold_blocks
It's really slow
2019-09-28 11:31:15 +02:00
2 changed files with 1 additions and 3 deletions

1
.vimrc
View File

@ -37,7 +37,6 @@ map <F7> :cp
map <F8> :cn
map!  >I<yypa/O
autocmd FileType perl let perl_fold=1
autocmd FileType perl let perl_fold_blocks=1
autocmd FileType perl syntax on
autocmd FileType go set sw=8

View File

@ -54,13 +54,12 @@ then
PATH=`$preppath -c /usr/bin/X11:/usr/games:/usr/contrib/bin`
PATH=`$preppath -c /bin:/usr/bin`
# Debian's open/libre office is in /usr/bin, so we need to prepend
# the current version before it:
PATH=`$preppath -c /usr/sbin:/sbin`
PATH=`$preppath -c /usr/local/sbin:/usr/local/bin`
`$preppath -c -e /usr/local/node-v8.9.4-linux-x86/bin`
`$preppath -c -e /usr/local/node-v8.9.4-linux-x64/bin`
`$preppath -c -e -r /usr/lib/go-1.*/bin`
`$preppath -c -e -r $HOME/go/bin`
PATH=`$preppath -c $HOME/scripts`
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`