This commit is contained in:
Elliott Pardee 2015-04-27 00:56:43 -04:00
commit b88607d521
2 changed files with 0 additions and 46 deletions

25
.mkshrc
View File

@ -1,25 +0,0 @@
export PATH=$HOME/.go/bin:$HOME/bin:$PATH
export GOPATH=$HOME/.go
export GOBIN=$GOPATH/bin
export PS1="─── "
export CC=egcc
export EDITOR="vim"
export VISUAL="vim"
export MAIL=$HOME/mail/inbox
export IOUP_TOKEN=9lE7wicOVO
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"
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 &"

View File

@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2014 Elliott Pardee
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.