From 7d88e4af6eaf45cb8e48a15bf922744617b7eaf2 Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Fri, 8 May 2015 11:22:28 -0400 Subject: [PATCH 1/2] update --- swmconfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/swmconfig.h b/swmconfig.h index a3a6af0a..c895bad2 100755 --- a/swmconfig.h +++ b/swmconfig.h @@ -10,6 +10,4 @@ #define UNFOCUSCOL 0x3dafdc #define OUTERCOL 0x3dafdc -#define ENABLE_MOUSE #define ENABLE_SLOPPY -#define DOUBLE_BORDER 0 From 67a80a095d32cd41f01448d90a7e360152f9e4ca Mon Sep 17 00:00:00 2001 From: Elliott Pardee Date: Mon, 25 May 2015 08:54:26 -0400 Subject: [PATCH 2/2] making it neater --- .mkshrc | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.mkshrc b/.mkshrc index 0cda23ac..38c79e6b 100755 --- a/.mkshrc +++ b/.mkshrc @@ -1,24 +1,17 @@ +# Bins on bins on bins on bins. export PATH=$HOME/.go/bin:$HOME/bin:$PATH + +# Golang Stuff export GOPATH=$HOME/.go export GOBIN=$GOPATH/bin + +# Preferences export PS1="─── " -export CC=egcc +export CC=gcc export EDITOR="vim" export VISUAL="vim" export MAIL=$HOME/mail/inbox -export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.6/packages/amd64/ -export LC_CTYPE=en_US.UTF-8 -export GTK_IM_MODULE=xim -export LESSCHARSET=utf-8 - -alias scrot="scrot" -alias gcc="egcc" -alias git=hub -alias java="/usr/local/jdk-1.7.0/bin/java" -alias shutdown="sudo shutdown -hp now" -alias colors="python ~/bin/colors" +# Laziness alias ncmpc="ncmpc -c" -alias screenfetch="screenfetch -c 11,12" alias sprunge="curl -F 'sprunge=<-' http://sprunge.us" -alias vpn="openvpn /home/vypr/doc/ipredator.ovpn &"