Skip to content

Commit

Permalink
go path and click
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Feb 10, 2015
1 parent 806a063 commit eb410f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions common/dot_kshrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ -e ~/.git-prompt ]; then
fi

if [ $OS == "OpenBSD" ]; then
function get_pkg_path {
function get_pkg_path {
echo $(cat /etc/pkg.conf | grep installpath | awk '{print $3}')
}

Expand All @@ -45,11 +45,11 @@ if [ -d /data/user_storage/${USER}/Maildir ]; then
else
MAILDIR=~/Maildir
fi

export MAILDIR

GOPATH=~/go
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:$HOME/bin:$GOPATH/bin
GOPATH=~/.go
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:$HOME/bin:$GOPATH/bin:$HOME/go/bin

if [ -d ~/node_bin/node_modules/.bin ]; then
PATH=$PATH:~/node_bin/node_modules/.bin
Expand Down
2 changes: 1 addition & 1 deletion slip/dot_xsession
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ synclient ClickFinger3=2
#synclient TapButton2=2
synclient HorizTwoFingerScroll=1
synclient PalmDetect=1
synclient ClickPad=1
synclient ClickPad=0


xset +fp ~/.fonts
Expand Down

0 comments on commit eb410f2

Please sign in to comment.